CBSE Class 12 Computer Science Question 71 of 78

Relational Databases — Question 3

Back to all questions
3
Question

Question 3

A primary key can store empty values in it.

Answer

False

Reason — A primary key is non-null, meaning a null value cannot be inserted into it because such values would violate the uniqueness constraint required by the primary key.