CBSE Class 12 Computer Science Question 5 of 78

Relational Databases — Question 5

Back to all questions
5
Question

Question 5

Assertion. A data table can have only one primary key.

Reason. In a data table, there can be only one attribute/field containing unique values for each row.

Answer

(c)

Assertion is true but Reason is false.

Explanation
A data table can have only one primary key. There can be more than one attribute in a relation possessing the unique identification property. They are known as candidate keys.