Difference between Cluster and Non-cluster index?

Answer Posted / seema

Clustered Index :-
1.There can be only one Clustered index for a table
2.usually made on the primary key
3.the logical order of the index matches the physical stored
order of the rows on disk

Non-Clustered Index
1.There can be only 249 Clustered index for a table
2.usually made on the any key
3.the logical order of the index does not match the physical
stored order of the rows on disk

Is This Answer Correct ?    85 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are sp_configure commands and set commands?

556


Hi all, can any one please tell me the difference between sql server 2008 and orace 9i

1522


What is transact-sql language?

574


You want to implement the one-to-one relationship while designing tables. How would you do it?

523


Is null in sql server?

538






How does the report manager work in SSRS?

114


What is a subquery in a select query statement in ms sql server?

580


What is field in algebra?

623


What is a virtual table in sql?

543


What is ms sql server triggers?

528


What is difference between views and tables?

458


How to rebuild all indexes on a single table?

578


You are doing log shipping due to some reasons it is failing. How you will proceed from there

1545


What is acid db?

502


How to create hyperlink from returned sql query ?

616