Difference between Cluster and Non-cluster index?

Answer Posted / yashpal

Clustered index will be created by default when u
create primary key on a column. only one clustered index is
created per table

Non clustered index will be created automatically when u
create unique key on a column. A table can have no.of
unique keys, so we can create no.of non clustered indexes
per table.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is named query? : sql server analysis services, ssas

707


If a table does not have a unique index, can a cursor be opened on it?

668


What is the difference between nvl and nvl2?

727


Why the trigger fires multiple times in single login?

886


What is the maximum rows in sql server table?

675


What is instead of trigger sql server?

676


What is the sql profiler?

690


What are the difference between clustered and a non-clustered index?

762


Can two different columns be merged into single column? Show practically?

825


How do I find the sql server database version?

691


What methods do you follow to protect from sql injection attack?

715


What is data source in connection string?

648


Ways to improve the performance of a SQL Azure Database?

115


What is a ddl statement?

689


How to drop an existing table?

735