1.

What Is The Difference Between Candidate Key, Unique Key And Primary Key?

Answer»

CANDIDATE keys are the COLUMNS in the table that could be the primary keys and the primary key is the key that has been selected to identify the ROWS. Unique key is ALSO useful for identifying the distinct rows in the table.

Candidate keys are the columns in the table that could be the primary keys and the primary key is the key that has been selected to identify the rows. Unique key is also useful for identifying the distinct rows in the table.



Discussion

No Comment Found