Translation of "SQL Create" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Alternatively, create a new table using an SQL CREATE TABLE statement (given in an SQL file).
Alternativ erstellen sie eine neue Tabelle mithilfe eines SQL CREATE TABLE -Statements (in einer SQL-Datei).
Note: The target DBMS does not support column level check clauses in the SQL create table will need to enforce it in the DBMS.
Hinweis: Das Ziel-DBMS unterstützt bei der Verwendung der Anweisung SQL CREATE TABLE keine Prüfklauseln auf Spaltenebene. Sie müssen sie im DBMS erzwingen.
The Create Table statement must be equivalent to the following SQL Create Table statement
Die Create Table-Anweisung muss mit der folgenden SQL Create Table-Anweisung identisch sein
Note: The target DBMS does not support the default value clause in SQL create table will need to create it in the DBMS.
Anmerkung: Das Ziel-DBMS unterstützt die Standardwertklausel in SQL CREATE TABLE-Anweisungen nicht. Sie müssen sie im DBMS erstellen.
Note: Access does not support the creation of a column validation rule using the SQL create or alter table rule will be created in the database using DAO only if there is a connection to the Access database during DDL generation.
Hinweis: Access unterstützt die Erstellung einer Spaltengültigkeits-Prüfungsregel unter Verwendung der Anweisungen SQL CREATE oder ALTER TABLE nicht. Die Regel wird in der Datenbank unter Verwendung von DAO nur erstellt, wenn während der DDL-Generierung eine Verbindung mit der Access-Datenbank besteht.
Information about the field's data type, in the same format as the SQL Create Table example, a field containing a variable-length string with a maximum length of 20 characters would be represented as varchar(20).
Informationen zum Felddatentyp, im gleichen Format wie in der SQL-Anweisung CREATE TABLE. Beispiel: Ein Feld, das eine Zeichenfolge variabler Länge mit einer maximalen Länge von 20 Zeichen enthält, würde als varchar(20) dargestellt werden.
Information about the field's data type, in the same format as the SQL Create Table statement.
An SQL Create script was published on an Internet site with the internal contact data of Deutsche Telekom employees (name, department, unit and telephone number).
Auf einer Internetseite wurde ein SQL-Create Skript veröffentlicht, in welchem interne Kontaktdaten (Name, Abteilung, Betrieb, Telefonnummer) von Telekom-Mitarbeitern veröffentlicht wurden.
Read data from the SQL create table statement in the specified file.
Read data from this SQL create table statement.
Auto-generate SQL create and alter scripts for views and procedures
Automatische Generierung von SQL-Create- und Alter-Skripts für Ansichten und Prozeduren
The sqlite3 tool includes many useful commands, such as.dump to print out the contents of a table and.schema to print the SQL CREATE statement for an [...]
Die sqlite3 Tool enthält viele nützliche Befehle, wie.dump zum Ausdrucken des Inhalts einer Tabelle und.schema zum Drucken der SQL-Anweisung CREATE für eine vorhandene Tabelle.
One of the most interesting functions of MySQL Workbench is the possibility for it to automatically generate an SQL CREATE or ALTER script, making it much easier to carry out management tasks.
Eine der interessantesten Funktionen von MySQL Workbench ist die Möglichkeit ein SQL CREATE- oder ALTER-Script zu generieren, etwas, was die Aufgaben des Administrators sehr erleichtert.