Lesson 6 Flashcards
(4 cards)
1
Q
INSERT INTO…VALUES:
A
Statement used to insert data rows in a database table.
2
Q
Column List
A
List of columns that are in the table structure.
3
Q
Value list
A
Data values that will be added to the table columns.
4
Q
Duplicate key
A
Violates the primary key constraint.