77-885 · Question #131
Which of the following statements best describe the features of a primary key? Each correct answer represents a complete solution. Choose three.
The correct answer is A. It uniquely identifies each record. C. It should be simple and contain as few attributes as possible. D. It should exist when the record is created. The features of a primary key are as follows: It uniquely identifies each record. It cannot be null. It should exist when the record is created. Its value should remain stable once it is established. It should be simple and contain as few attributes as possible.
Question
Options
- AIt uniquely identifies each record.
- BIts value should be changed time by time.
- CIt should be simple and contain as few attributes as possible.
- DIt should exist when the record is created.
How the community answered
(33 responses)- A76% (25)
- B24% (8)
Explanation
The features of a primary key are as follows: It uniquely identifies each record. It cannot be null. It should exist when the record is created. Its value should remain stable once it is established. It should be simple and contain as few attributes as possible.
Topics
Community Discussion
No community discussion yet for this question.