Multiple choice technology databases

Can Primary Key be Null?

  1. True

  2. False

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

Primary Key constraints cannot contain NULL values by definition. Each row must have a unique, non-NULL identifier. This is a fundamental property of primary keys in relational databases.