Which statement appropriately contrasts primary keys and secondary keys?

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 appropriately contrasts primary keys and secondary keys?

Explanation:
Primary keys are the unique identifier for each row and enforce that no two rows share the same value (and they’re typically not null). Secondary keys (indexes on other columns) exist to speed up searches; they don’t require uniqueness and can have duplicate values across rows. So the statement that primary keys enforce uniqueness while secondary keys improve lookup speed but may duplicate values accurately contrasts their roles. The other ideas fail because primary keys don’t allow duplicates, not all keys require uniqueness, and secondary keys are indeed used to speed lookups.

Primary keys are the unique identifier for each row and enforce that no two rows share the same value (and they’re typically not null). Secondary keys (indexes on other columns) exist to speed up searches; they don’t require uniqueness and can have duplicate values across rows. So the statement that primary keys enforce uniqueness while secondary keys improve lookup speed but may duplicate values accurately contrasts their roles. The other ideas fail because primary keys don’t allow duplicates, not all keys require uniqueness, and secondary keys are indeed used to speed lookups.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy