What defines a primary key?

it is a unique identifierevery record in a table has oneit is a keyworda table can have multiple primary keys

Correct! A primary key is a unique identifier and is declared as a keyword. Every record in a table must have one.

Oh no! A primary key is a unique identifier and is declared as a keyword. Every record in a table must have one.