What is a primary key?
A primary key is an identifier that uniquely identifies a row in the table containing data. Keys can also be referred to as primary keys and unique keys. A table’s primary key uniquely identifies each row in that table. Primary keys must not be nullable and can only contain blanks, numbers, or a combination of both.