Question
Database Management Systems Question on Integrity constraints
Which two constraints when applied together will produce a primary key constraint?
A
Primary key, Default
B
Not NULL, Unique
C
Unique, Default
D
Primary key, Foreign key
Answer
Not NULL, Unique
Explanation
Solution
The correct option is(B): NOT NULL, UNIQUE