Home »
MCQs »
SQL MCQs »
SQL Constraints Clause MCQs
____ and ____ constraints form the core of the PRIMARY KEY constraint
10. ____ and ____constraints form the core of the PRIMARY KEY constraint.
- NOT NULL , CHECK
- NOT NULL , DEFAULT
- NOT NULL , FOREIGN KEY
- NOT NULL , UNIQUE
Answer: D) NOT NULL , UNIQUE
Explanation:
NOT NULL and UNIQUE constraints form the core of the PRIMARY KEY constraint.