Which of the following keys is used to uniquely identify each record in a…
2026
Which of the following keys is used to uniquely identify each record in a table and cannot contain a NULL value?
- A.
Foreign Key
- B.
Candidate Key
- C.
Primary Key
- D.
Composite Key
Attempted by 923 students.
Show answer & explanation
Correct answer: C
In a relational database, the Primary Key is used to uniquely identify each record in a table. It must contain unique values and cannot contain NULL values, ensuring data integrity and enabling relationships between tables.