Which constraints does a PRIMARY KEY automatically enforce?
Answer options
A
NOT NULL and UNIQUE
B
UNIQUE and CHECK
C
NOT NULL and DEFAULT
D
FOREIGN KEY and UNIQUE
Correct answer: NOT NULL and UNIQUE
Explanation
Quick AnswerThe correct answer is NOT NULL and UNIQUE because it directly addresses the core logic of Database Management.
This question has been retained as-is due to its unique context.