Which statement about primary keys is true?

Study for the IT Operations Management (ITOM) Exam. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

Which statement about primary keys is true?

Explanation:
Primary keys are the unique identifier for each row in a table, ensuring that every record has a distinct identity and that no two rows share the same value. This directly enforces entity integrity and uniqueness, since each row can be precisely identified and referenced by others (through foreign keys) without ambiguity. While primary keys are often backed by an index to speed up lookups, the essential point is the guaranteed uniqueness and presence of a value for every row. The other statements describe properties that don’t apply to primary keys: duplicates are not allowed, and nulls are not permitted.

Primary keys are the unique identifier for each row in a table, ensuring that every record has a distinct identity and that no two rows share the same value. This directly enforces entity integrity and uniqueness, since each row can be precisely identified and referenced by others (through foreign keys) without ambiguity. While primary keys are often backed by an index to speed up lookups, the essential point is the guaranteed uniqueness and presence of a value for every row. The other statements describe properties that don’t apply to primary keys: duplicates are not allowed, and nulls are not permitted.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy