Answer:
The SQL PRIMARY KEY is a column in a table that must contain a unique value that can be used to identify each and every row of a table uniquely. Functionally, it is the same as the UNIQUE constraint, except that only one PRIMARY KEY can be defined for a given table.