1.

Differentiate between primary and unique key.​

Answer»

Step-by-step 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.



Discussion

No Comment Found

Related InterviewSolutions