Question
Computer Science Question on Database Concepts
An alternate key is ________.
A
Another name for the primary key
B
A unique identifier besides the primary key
C
A relationship between two tables
D
A synonym for a tuple
Answer
A unique identifier besides the primary key
Explanation
Solution
An alternate key is a candidate key not chosen as the primary key, yet it still uniquely identifies records.