Difference between Primary Key and Unique Key
Ask by Anonymous User
Updated 06 May 2019
Thanks for useful answers
I am looking for this thanks for sharing it with the community.
Primary Key:
Unique Key:
SQL Server, we have two keys which distinctively or uniquely identify a record in the database. Both the keys seems identical, but actually both are different in features and behaviours. In this article, I would like to share the key difference between primary key and unique key. For more help about keys in SQL Server refer the article Different Types of SQL Keys.
Unique Constraint can not be related with another table's as a Foreign Key.