Every record in a table is uniquely identified by the PRIMARY KEY constraint. Primary keys cannot have NULL values in them; instead, they must have UNIQUE values. There can only be ONE primary key per table, and it can include one or more columns (fields) in the key.
Vishalini.R Answered question
