🎴 Flashcard Mode
SQL and Database Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
What is a candidate key?
AnswerClick to flip back
A
Used to uniquely identify a row
💡 Explanation:
A candidate key is a minimal set of attributes that uniquely identifies each row in a table. A table can have multiple candidate keys, and one is selected as the primary key.