C170 Performance Assessment Questions & Answers, 100% Accurate. VERIFIED.
C170 Performance Assessment Questions & Answers, 100% Accurate. VERIFIED. Syntax for updating a specific column in a specific row - -UPDATE table SET atrribute = value WHERE primary key = value; Syntax for deleting a row - -DELETE FROM TableName WHERE PrimaryKey = #; Syntax for creating a view - -CREATE VIEW name AS SELECT columnname CONCAT (attribute, ' ', attribute) AS newname, attributes FROM tablename Syntax to create an Index - -CREATE INDEX indexname ON table (attribute); Syntax for inserting rows into a table - -INSERT INTO TableName (ColumnName1, ColumnName2, ColumnName3) VALUES (Column1Value, Column2Value); Syntax for updating a value in a specific row - -UPDATE TableName SET Attribute = NewValue
Written for
- Institution
- Western Governors University
- Course
- WGU C170 Data Management
Document information
- Uploaded on
- August 23, 2023
- Number of pages
- 2
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
c170 performance assessment questions answers 1