COMANDO SQL in English translation

SQL statement
SQL command

Examples of using Comando SQL in Portuguese and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
O método dropForeignKey() constrói e executa um comando SQL para remover um constraint de chave estrangeira.
The dropForeignKey() method builds and executes a SQL statement for dropping a foreign key constraint.
Fazemos isto porque nós vamos construir as partes individuais do comando SQL usando os métodos do Construtor de Consultas explicados a seguir.
This is because we will build individual parts of the SQL statement using the Query Builder methods explained in the following.
A opção com o nome magic_quotes_runtime serve para inserir automaticamente caracteres de escape em valores literais de texto com determinados caracteres antes de executar um comando SQL.
The option named magic_quotes_runtime is meant to automatically escape special characters in text literal values before executing SQL queries.
Este capítulo ensina-o a popular a sua base de dados utilizando o comando SQL INSERT, tendo em mente valores NULOS,
This Chapter will teach how to populate your database using the INSERT SQL command, having in mind NULL values,
execute o seguinte comando SQL: create or replace trigger wishers_insertbefore insert on wishersfor each rowbegin select wishers_id_seq. nextval into: new. id from dual;end;/.
run the following SQL command: create or replace trigger wishers_insertbefore insert on wishersfor each rowbegin select wishers_id_seq. nextval into: new. id from dual;end;/.
Abra a janela Comando SQL(clique com o botão direito do mouse no nó Tabelas no esquema JIM
Open the SQL Command window(right-click the Tables node under the JIM schema and choose Execute Command),
O comando SQL SELECT é muito bem explicado,
The SELECT SQL command is very well explained,
Esta etapa é necessária para permitir a execução de um comando SQL para a criação de um usuário porque não é possível executar um comando SQL sem estar conectado a um banco de dados.
This step is necessary to enable running an SQL command for creating a user because you cannot run an SQL command without being connected to any database.
executar instruções SQL repetidamente, você pode"preparar" um comando SQL com marcadores opcionais que serão substituídos pelos valores reais, durante o processo de vinculação de parâmetros.
one can"prepare" an SQL statement with optional parameter placeholders that are to be replaced with the actual parameters during the parameter binding process.
O comando SQL usado pode ser similar ao seguinte(dependendo dos detalhes da implementação SQL do banco de dados):
The SQL command used might be similar to the following, depending on the SQL implementation details of the database:
Executar comandos SQL em seus bancos de dados SQLCE,
Run SQL commands on your SQLCE databases,
Em seguida eliminamos a parte final que vamos substituir com os comandos SQL.
Then we remove the end part that we're going to replace with SQL commands.
Ser um ambiente para aprendizado prático dos comandos SQL.
Be an environment for practical learning of commands SQL.
Objetivos Ser um ambiente para aprendizado prático dos comandos SQL.
Be an environment for practical learning of commands SQL.
Consultas preparadas são comandos SQL que precisam ser preparados antes de serem executados.
Prepared queries are SQL statements that have to be prepared before being executed.
NET como stored procedures, comandos SQL inline, gerenciamento de conexões, caching de parâmetros.
NET features like stored procedures, inline SQL statements, managing connections, caching parameters.
Execute os seguinte comandos SQL em seu banco.
Execute the following SQL statements into your database.
Observe o comandos SQL do exemplo anterior.
Look at the SQL statement from the example above.
Execute os seguintes comandos SQL em seu banco de dados.
Execute the following SQL statements into your database.
Deve evitar conter comandos SQL, que são melhor contidos em modelos;
Should avoid containing embedded SQL statements, which are better kept in models.
Results: 52, Time: 0.0203

Word-for-word translation

Top dictionary queries

Portuguese - English