Question: What is the primary key in a database?
Options:
Correct Answer: A unique identifier for a record
Solution:
A primary key is a unique identifier for a record in a database table, ensuring that no two records have the same key.