Translation of "subquery" into Spanish
subconsulta is the translation of "subquery" into Spanish. Sample translated sentence: This error occurs for statements where the subquery returns more than one row. ↔ Este error ocurre de comandos en que la subconsulta retorna más de un registro.
subquery
verb
noun
grammar
(databases) A query embedded within a more extensive query, relating only to the data returned by the parent query. [..]
-
subconsulta
A SELECT statement that contains one or more subqueries.
This error occurs for statements where the subquery returns more than one row.
Este error ocurre de comandos en que la subconsulta retorna más de un registro.
-
Show algorithmically generated translations
Automatic translations of "subquery" into Spanish
-
Glosbe Translate
-
Google Translate
Add example
Add
Translations of "subquery" into Spanish in sentences, translation memory
This error occurs for statements where the subquery returns more than one row.
Este error ocurre de comandos en que la subconsulta retorna más de un registro.
Starting with MySQL 4.1, all subquery forms and operations that the SQL standard requires are supported, as well as a few features that are MySQL-specific.
MySQL 5.0 soporta todas las formas de subconsultas y operaciones que requiere el estándar SQL, así como algunas características específicas de MySQL.
In some cases, a subquery could be executed more efficiently if MySQL rewrote it as a join.
En algunos casos, una subconsulta puede ser ejecutada más eficientemente si MySQL la reescribe como un join.
There are few restrictions on the type of statements in which subqueries can be used.
Hay pocas restricciones sobre los tipos de comandos en que pueden usarse las subconsultas.
We say that the subquery is nested within the outer query, and in fact it is possible to nest subqueries within other subqueries, to a considerable depth.
Decimos que la subconsulta está anidada dentro de la consulta exterior, y de hecho, es posible anidar subconsultas dentro de otras subconsultas hasta una profundidad considerable.