Multiple choice The purpose of the primary key in a database is to unlock the database provide a map of the data uniquely identify a record establish constraints on database operations none of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation The primary key in a database table serves to uniquely identify each record/row. It ensures that no two records have the same value in the primary key column, enabling unambiguous identification and retrieval of specific records.