Question
Computer Science Question on Database Concepts
The primary key is chosen from ________.
A
The most complex candidate key available.
B
All available candidate keys for a table
C
The simplest candidate key available.
D
Any attribute within the table
Answer
The simplest candidate key available.
Explanation
Solution
The primary key is usually the simplest candidate key, uniquely identifying each row in a table without allowing NULL values.