The primary key is a special filed or group of fields in a table that has unique value for each record and does not accept the duplicate value for a field.
Any two uses of primary key are as follows:
- To identify each record of a table.
- To set the relationship between tables.