Zybook Week 4 Flashcards
1
Q
Unique Constraint
A
The UNIQUE constraint ensures that all column values are unique.
The UNIQUE constraint may be applied to a single column or to multiple columns. A constraint that is applied to a single column is called a column-level constraint. A constraint that is applied to multiple columns is called a table-level constraint.
2
Q
DEFAULT
A
specifies a default value
N
3
Q
NOT NULL
A
Says an attribute cannot be null
4
Q
A