Click here to Skip to main content
15,891,699 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My database table student have attributes Studentid,firstname,lastname


i create index on column lastname

Create index abc on student(lastname)



is above index is clustured or non clustered?
Posted
Updated 11-Jun-12 21:38pm
v2

1 solution

As you haven't specified the type, this will be considered as Non Clustered.

The default is NONCLUSTERED. Look at MSDN documentation [^]here.
 
Share this answer
 
v2
Comments
Sandeep Mewara 12-Jun-12 9:32am    
5!
Manas Bhardwaj 12-Jun-12 9:35am    
thx Sandeep :)
VJ Reddy 13-Jun-12 12:57pm    
Good answer. 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900