SENTENCIA SQL IN ENGLISH TRANSLATION

SQL statement
SQL sentence
sql-statement

Examples of using Sentencia SQL in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
así que uso mi propia sentencia SQL para mostrar la información como generalmente me interesa.
so I'm using my own SQL query to display the information I'm usually interested in.
Aunque a primera vista, parece sencillo quitar unas columnas desde una sentencia SQL, es realmente un desafío cuando se usa una herramienta ORM.
Although at first glance it seems simple to remove a few columns from an SQL statement, it is a real challenge when using an object-relational mapping(ORM) tool.
Esta vulnerabilidad está presente si la entrada del usuario que se pasa a la sentencia SQL subyacente puede cambiar el significado de la misma.
This vulnerability is present if user input that is passed to an underlying SQL statement can change the meaning of the statement..
se inserta un marcador de posición dentro de la sentencia SQL.
instead insert placeholders into the SQL statement.
se escribe con los valores actuales dentro de la sentencia SQL, el optimizador seleccionará el índice correcto para el filtro activo.
write the actual values in the SQL statement, the optimizer selects the proper index for the active filter.
Si no, el exterior de la pregunta no se ejecuta, y la sentencia SQL completa retorna nada.
If not, the outer query does not execute, and the entire SQL statement returns nothing.
El servidor MSSQL ejecuta la sentencia SQL en el lote incluyendo un comando para añadir un usuario nuevo a la base de datos de cuentas local.
MSSQL Server executes the SQL statements in the batch including a command to add a new user to the local accounts database.
Sin embargo, la sentencia SQL relacionada usada por esta función puede causar problemas graves de rendimiento
The related SQL queries used for this function can, however, cause serious performance problems
Posibilidad de especificar la sentencia SQL que tiene que ejecutar una consulta del usuario.[ANF00168].
Possibility of specifying the SQL judgement that a user's query has to execute.[AHF00046].
Utilizando un GUID en la sentencia SQL INSERT y la recupera en una sentencia SELECT.
Using a GUID in the SQL INSERT statement and retrieving it in a SELECT statement.
el campo"sql_drop_index" contiene la sentencia SQL para eliminar dicho índice.
there is a filed called"sql_drop_index" with the SQL sentence to remove the index.
La base de datos puede usar un índices sobre expresiones si la expresión exacta de la definición del índice aparece en la sentencia SQL, como en el ejemplo anterior.
The database can use a function-based index if the exact expression of the index definition appears in an SQL statement-like in the example above.
sobre el DAS Relacional, pasando una sentencia SQL literal al DAS para preparar
passing either a literal SQL statement for the DAS to prepare and execute,
Una sentencia SQL con más tablas requiere múltiples etapas:
A SQL query with more tables requires multiple steps:
normalemnte cuando una sentencia SQL es ejecutada.
typically when an SQL statement is executed.
También es posible reducir el tamaño de la tabla hash cambiando la sentencia SQL, por ejemplo, agregando unas condiciones
It is also possible to reduce the hash table size by changing the SQL query, for example by adding extra conditions
se pone directamente el criterio de búsqueda dentro de la sentencia SQL,¡se tendrá que tomar otras precauciones ante los ataques de inyección SQL!.
put the search term directly into the SQL statement, you must take other precautions against SQL injection attacks!
Sin embargo, es muy fácil desencadenar centenares o miles de tiempos de búsqueda en el disco con una sola sentencia SQL, en particular cuando se juntan múltiples tablas con una operación de unión"Join.
However, it is very easy to trigger hundreds or even thousands disk seeks with a single SQL statement, in particular when combining multiple tables with a join operation.
Tenga en cuenta que no se trata de una sentencia SQL válida de acuerdo con el estándar SQL(SQL:
Note that this is not a valid SQL statement according to the SQL standard(SQL:
la base de datos, no tendrá que escribir ninguna sentencia SQL, simplemente lo siguiente:$user new User();$user->name'Juan';$user->password'123';$user->save(); echo"El usuario con id$user->id se ha guardado.";
he/she would no longer need to write SQL queries, but instead could use the following PHP code:$user new User(); $user->name "john"; $user->password "doe";
Results: 122, Time: 0.0287

Word-for-word translation

Top dictionary queries

Spanish - English