WGU C170 Data Management Applications SQL Syntax
Western Governors University
All 2 results
Sort by
-
WGU C170 Bundled Exams with Complete Solution | Verified | Everything you Need!!
- Package deal • 17 items • 2023
-
- $40.49
- + learn more
WGU C170 Bundled Exams with Complete Solution | Verified | Everything you Need!!
-
WGU C170 Data Management - Applications SQL Syntax. APPROVED 2024
- Exam (elaborations) • 4 pages • 2023
- Available in package deal
-
- $7.99
- + learn more
CREATE TABLE syntax 
DDL - -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 - -CREATE [UNIQUE] INDEX indexName 
ON tableName (colName); 
UNIQUE should only be used on a column that should not have duplicate values. 
DROP INDEX syntax 
DDL - -DROP INDEX indexName; 
DROP INDEX 'PRIMARY' ON tableName; drops...
And that's how you make extra money
Did you know that on average a seller on Stuvia earns $82 per month selling study resources? Hmm, hint, hint. Discover all about earning on Stuvia