A primary key is the primary identifier for a table, and is attached to one or more columns whose values uniquely identify every row in the table. Every table must have a primary key, composed of one or more of its columns.
In the following example, Employee number is the primary key for the table Employee, and so each employee must have one unique employee number.
You can define one or more columns as the primary key of a table from the list of columns.