primary key
A database table column that is indexed to enforce a unique
constraint, meaning that a given value cannot appear more than once
in the column. This column is used to uniquely identify each record
in the table. Primary keys are often the target of a foreign key in
a different table. See also foreign key.