rebelknight
Technical User
I have a table with no indexes or key constraints.
If I create a unique clustered index on a table ( CREATE UNIQUE CLUSTERED INDEX Table01(Col1) ) - is it in effect just like creating a primary clustered key constraint when creating a table?
If I create a unique clustered index on a table ( CREATE UNIQUE CLUSTERED INDEX Table01(Col1) ) - is it in effect just like creating a primary clustered key constraint when creating a table?