CBSE Class 12 Computer Science Question 3 of 43

Practice Paper — Question 3

Back to all questions
3
Question

Question 3

Does the Primary key of a table accept null or duplicate value? Justify.

Answer

A primary key in a table does not accept null or duplicate values. A primary key is a set of one or more attributes/fields that uniquely identifies a tuple/row in a table. It must contain unique values, i.e., non-redundant, and cannot be re-declared or left null.