English, asked by Anonymous, 1 year ago

what is the use of primary key

Answers

Answered by MuskanS44
5
A primary key, also called a primary keyword, is a key in a relational database that is unique for each record. It is a unique identifier, such as a driver license number, telephone number (including area code), or vehicle identification number (VIN). A relational database must always have one and only one primary key.

HOPE IT HELPS
Answered by Anonymous
6

Answer:

Aprimary key is used to ensure data in the specific column is unique. You can only set constraints with primary keys, by setting a foreign key to another column which creates a relationship with the column that has the primary key set. A prime use of a primary key is in the case of a users table

Similar questions