You are not logged in.

#1 2015-04-21 09:20:54

alisiddiqui
Banned
Registered: 2015-02-23
Posts: 949

Unique Constraint On a Column:

Question:
For every unique constraint on a column, SQL server will create:

Option A):
clustered index for that column
Option B):
index for that column
Option C):
Does not create any index
Option D):
non-clustered index for that column

Correct Answer is Option D):
non-clustered index for that column

2015-04-21 09:20:54

Advertisement
Ads By Google

Re: Unique Constraint On a Column:



\n

Board footer