What is a Unique key?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
Each database record was uniquely recognised by a unique key constraint. As a result, the column or group of columns gains uniqueness.
An automatic unique constraint is defined on a primary key constraint. But with Unique Key, this is not the case.
There can be multiple unique constraints defined for each table, but there can only be one primary key constraint.