WGU C170 Data Management Applications SQL Syntax

Western Governors University

Here are the best resources to pass WGU C170 Data Management Applications SQL Syntax. Find WGU C170 Data Management Applications SQL Syntax study guides, notes, assignments, and much more.

All 2 results

Sort by

WGU C170 Data Management - Applications SQL Syntax. APPROVED 2024
  • WGU C170 Data Management - Applications SQL Syntax. APPROVED 2024

  • Exam (elaborations) • 4 pages • 2023
  • Available in package deal
  • 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...
    (0)
  • $7.99
  • + learn more