CBSE Class 12 Computer Science Question 9 of 44

Solved 2025 Sample Question Paper CBSE Class 12 Computer Science (083) — Question 9

Back to all questions
9
Question

Question 9

If a table which has one Primary key and two alternate keys. How many Candidate keys will this table have ?

  1. 1
  2. 2
  3. 3
  4. 4
Answer

3

Reason — In a table, the primary key uniquely identifies each record, and alternate keys also uniquely identify records but are not the primary key. In this case, with one primary key and two alternate keys, the table will have three candidate keys in total: one primary key and two alternate keys. Candidate keys are potential keys that can uniquely identify records in a table.