Vertaling van "El SQL" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
El SQL Like es un tipo de operador lógico que se usa para poder determinar si una cadena de caracteres específica coincide con un patrón específico.
The SQL Like is a logical operator that is used to determine whether a specific character string matches a specified pattern.
El SQL Like se utiliza cuando se desea devolver la fila, si una cadena de caracteres específica coincide con un patrón específico.
The SQL Like is used when we want to return the row if specific character string matches a specified pattern.
El SQL Optimizer comienza a trabajar. La herramienta genera todas las alternativas posibles para acceder a la consulta SQL según la estructura de los objetos y los hints disponibles en la base de datos.
The SQL Optimizer begins to generate all the possible alternatives to access the original SQL query according to the structure of the objects and the hints available in the database.
El SQL GROUP BY cláusula se utiliza en colaboración con la instrucción SELECT para organizar los datos en grupos idénticos.
The SQL ORDER BY clause is used to sort the data in ascending or descending order, based on one or more columns.
El SQL DISTINCT palabra clave se utiliza en conjunción con instrucción SELECT para eliminar todos los registros duplicados y ir a buscar solo los registros únicos.
The SQL DISTINCT keyword is used in conjunction with SELECT statement to eliminate all the duplicate records and fetching only unique records.
El SQL GROUP BY cláusula se utiliza en colaboración con la instrucción SELECT para organizar los datos en grupos idénticos.
The SQL GROUP BY clause is used in collaboration with the SELECT statement to arrange identical data into groups.
El SQL generado para un informe que contenga Cliente. en el siguiente esquema.
The SQL generated for a report containing Customer.
El SQL ALTER TABLE comando se utiliza para agregar, eliminar o modificar las columnas en una tabla existente.
The SQL TRUNCATE TABLE command is used to delete complete data from an existing table.
El SQL generado para un informe que contenga Centro de Distribución.
The SQL generated for the report containing Order.
El SQL Server se suministra en un CD de instalación separado, que también contiene el programa «AucSetup.exe».
The SQL Server is delivered on a separate installation CD, which also contains the program "AucSetup.exe".
El SQL Server Release Services proporciona detalles sobre la salida de las recientes actualizaciones acumulativas para cada versión compatible de SQL Server, junto con problemas conocidos y otra información importante.
The SQL Server Release Services site provides details on recent Cumulative Update releases for each supported version of SQL Server, along with known issues and other important information.
El SQL 2008 Native Client no es compatible por ahora.
The SQL 2008 Native Client is not supported at this time.
El SQL CREATE DATABASE sentencia se utiliza para crear una nueva base de datos SQL.
The SQL CREATE DATABASE statement is used to create new SQL database.