A primary key is one or more columns that have been configured as the unique identifier field for the table.
Most primary keys are comprised of a single column, but they can also be comprised of multiple columns.
Any value stored in a primary key field is unique to that record. No other record contains that value. The value is a unique identifier.