What Does Primary Key Mean?
A primary key is a special relational database table column (or combination of columns) designated to uniquely identify each table record.
Techopedia Explains Primary Key
The primary key concept is critical to an efficient relational database. Without the primary key and closely related foreign key concepts, relational databases would not work.