CBSE Class 12 Informatics Practices Question 103 of 103

Review of Database Concepts & SQL — Question 11

Back to all questions
11
Question

Question 11

All primary keys are candidate keys but all candidate keys are not primary keys.

Answer

True

Reason — A primary key is a candidate key chosen to uniquely identify rows in a table. All primary keys are candidate keys, but not all candidate keys become primary keys, as only one is selected for that role.