Differentiate between primary and unique key.
class 10 IT .. follow me
Answers
Answered by
8
Explanation:
Primary Key is a column that is used to uniquely identify each tuple of the table. It is used to add integrity constraints to the table. Only one primary key is allowed to be used in a table. ... Unique key is a constraint that is used to uniquely identify a tuple in a table.
Answered by
12
Explanation:
Primary Key is used to uniquely identify a row but a unique key is used to prevent duplicate values in a column. Existence: A table can have only one primary key but it can have multiple unique keys.
hope it helps you ❤️
Similar questions