PRIMARY KEY
- Primary key on table columns does
not accept NULL values.
- Only one Primary key allows on
table columns.
UNIQUE
- Unique constraints on table
columns does accept at least one NULL value.
- Unique constraints can create more
than one on table columns.
No comments:
Post a Comment