Class - 12 CBSE Computer Science — Assertion Reason Type Questions
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.
Relational Database
2 Likes
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.
Answered By
1 Like