What is the difference between “Primary Key” and “Unique Key”?
1. We can have only one Primary Key in a table whereas we can have more than one Unique Key in a table.2. The Primary Key cannot have a NULL value whereas a Unique Key may have only one null value.3. By default, a Primary Key is a Clustered Index whereas by default, a Unique […]
What is the difference between “Primary Key” and “Unique Key”? Read More »
