Which database key uniquely identifies each record in a table?
A
Foreign Key
B
Candidate Key
C
Primary Key
D
Composite Key
Correct Answer: Option C — Primary Key
Explanation:
A Primary Key uniquely identifies each record in a database table. It cannot contain duplicate values or NULL values and ensures entity integrity within relational database systems.