CBSE Class 12 Computer Science
Question 7 of 78
Relational Databases — Question 7
Back to all questions(d)
Assertion is false but Reason is true.
Explanation
Not all types of keys necessarily contain unique values for each row. While primary keys ensure uniqueness for each row in a table, other types of keys, such as foreign keys and candidate keys, may not guarantee uniqueness. A non-key attribute, whose values are derived from the primary key of some other table, is known as foreign key in its current table.