Delete comment from: Java67
Here are few more differences between primary and unique key :
1) Primary key by default creates clustered index while Unique key creates nonclustered index.
2) Only one Primary key per table but you can have as many Unique key as you need.
Oct 22, 2012, 5:52:48 AM
Posted to Difference between Primary key vs Unique key in SQL Database? Answer