Multiple choice

A PRIMARY KEY must

  1. contain NULL VALUES

  2. contain repetitive values

  3. contain NULL as well as repetitive values

  4. none of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A PRIMARY KEY must contain unique values and cannot contain NULL values. Option D 'none of these' is correct because options A, B, and C all describe what a primary key must NOT do - it cannot contain NULL values, cannot contain repetitive values, and certainly cannot contain both.