Question: What is a primary key?
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 can have the same key value.