Multiple choice

Which property identifies a record uniquely in a table?

  1. Default Value

  2. Primary Key

  3. Indexed

  4. Required

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Primary Key property uniquely identifies each record in a table - no two records can have the same primary key value. Default Value sets automatic values, Indexed speeds up searches, and Required prevents blank fields but doesn't guarantee uniqueness.