I understand what is primary key and unique clustered index my question is why primary key is required when we define unique clustered index. Just considering performance good database design.
As per my understanding when we define a clustered unique index it sorts the data physically and which is required for table performance and it is immaterial whether we define primary key or not