Translation of "sql The" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Description sql The command text to execute.
Beschreibung sql Der auszuführende Befehlstext.
sql The query to execute.
sql Die auszuführende Abfrage.
sql The SELECT statement, optionally containing'?' parameters.
sql Die SELECT-Anweisung, optional mit'? '- Parametern.
SQL The language used to communicate with relational databases.
SQL Die für die Kommunikation mit relationalen Datenbanken verwendete Sprache.
For example, in embedded SQL the described length is the maximum number of bytes in the client character set.
Zum Beispiel entspricht in Embedded SQL die beschriebene Länge der maximalen Byte-Anzahl im Clientzeichensatz.
SQL The data is exported as an SQL dump, so that it can easily be transferred on a relational database.
SQL Die Daten werden als SQL-Dump exportiert, sodass sie bequem in eine SQL-Datenbank übertragen werden können.
As you can see, in SQL the query has two basic parts: the SELECT clause, which lists the fields that are included in the query, and the FROM clause, which lists the tables that contain those fields.
In SQL verfügt die Abfrage über zwei grundlegende Bereiche: die SELECT-Anweisung, die Felder auflistet, die in der Abfrage enthalten sind, und die FROM-Anweisung, die Tabellen aufführt, die diese Felder enthalten.
Embedded SQL The FETCH statement carries out the same operation.
Embedded SQL Die FETCH-Anweisung führt denselben Vorgang aus.
SQL The SQL to be executed.
SQL Die auszuführende SQL-Anweisung.
In SQL the building block of programs are queries-not instructions.
In SQL sind Abfragen - nicht Instruktionen - die Grundbausteine von Programmen.
Explain plans describe the steps chosen by the optimizer for executing the SQL the explain plan, each step either retrieves rows from the database or accepts rows as input from one or more other steps.
In Explain-Plänen werden die Schritte beschrieben, die der Optimizer wählt, um die SQL-Anweisung auszuführen. Im Explain-Plan werden in jedem Schritt entweder Zeilen aus der Datenbank abgerufen oder Zeilen als Eingabe von einem oder mehreren weiteren Schritten akzeptiert.
For more information about making Interactive SQL the default editor for.sql files, see.
Weitere Hinweise darüber, wie Sie Interactive SQL zum Standardeditor für.sql -Dateien machen, finden Sie unter.
For example, in embedded SQL the value could be obtained using FETCH ABSOLUTE -1 cursor-name.
Beispiel: In Embedded SQL kann der Wert mit FETCH ABSOLUTE -1 Cursorname ermittelt werden.