Each record in a table is uniquely identified by the PRIMARY KEY constraint. Primary keys must have UNIQUE values and may not have NULL values. A table can only have ONE primary key, which can be made up of a single or several columns (fields).
Vishalini.R Answered question July 5, 2023
