Answer:
Difference between Primary Key and Unique Key
1) Primary key creates a clustered index on column whereas unique key creates a non-clustered index on column.
2) NULL is not allow in case of primary key but in unique key one null is allowed.
Asked In: Many Interviews |
Alert Moderator