Computer Science, asked by yugank85, 6 months ago

what is primary key ? Write its uses.​

Answers

Answered by Anonymous
2

Answer:A primary 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