For every unique constraint on a column, SQL server will create
Options
- Does not create any index
- clustered index for that column
- index for that column
- non-clustered index for that column
CORRECT ANSWER : non-clustered index for that column
Write your comments