Tentamen (uitwerkingen)
WGU C170 Data Management - Applications SQL Syntax STUDY NOTES
- Vak
- Instelling
CREATE TABLE syntax DDL - correct answer CREATE TABLE tableName ( colName dataType constraint INDEX indexName (colName) PRIMARY KEY (colName, colName) or colName dataType PRIMARY KEY FOREIGN KEY (colName, colName) REFERENCES tableName (colName) ); CREATE INDEX syntax DDL - correct ans...
[Meer zien]