Primary Key

Database Dictionary -> Primary Key

Primary Key

The primary key is a table column or set of columns that uniquely identifies each record in the table. The primary key values are unique and they cannot have duplicates within the same table.

SQL Tutorial