Exam (elaborations)
WGU C170 Data Management - Applications SQL Syntax STUDY NOTES
- Course
- Institution
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...
[Show more]