PRIMARY KEY constraint uniquely identifies each record within a table.
Primary keys must contain UNIQUE values, and cannot contain NULL values.
Each table can have only one primary key, which may consist of one or multiple columns (called composite key).
Login in to like
Login in to comment