Primary key
A primary key is a column or a group of columns used to uniquely identify a row in a table. Technically, it is a combination of the NULL constraint and the UNIQUE constraint. In case the primary key consists of two or more columns, the primary key constraint is defined as follows. If no name … Primary key