Difference between Cluster and Non-cluster index?

Answer Posted / palpantian

A clustered index is a special type of index that reorders
the way records in the table are physically stored.
Therefore table can have only one clustered index. The leaf
nodes of a clustered index contain the data pages.

A nonclustered index is a special type of index in which
the logical order of the index does not match the physical
stored order of the rows on disk. The leaf node of a
nonclustered index does not consist of the data pages.
Instead, the leaf nodes contain index rows.

Is This Answer Correct ?    339 Yes 33 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me can we use custom code in ssrs?

812


What will happen if a column containing char type data is changed to the nchar data type?

867


Which sql server table is used to hold the stored procedure scripts?

866


What is unpivot?

818


What is the function of sql server agent windows service?

836


What is code near application topology?

250


How to find Duplicate Records In table?

809


What is BLOCK statements in SQL?

1047


What is sql profiler. What are the default templates with it? : sql server database administration

769


What is the difference between clustered index and primary key?

741


Which rendering formats are affected by the pagesize properties?

126


Tell me what is log shipping?

797


What is a group function explain with an example?

788


How to find the list of fixed hard drive and free space on server?

837


Where sql server user names and passwords are stored in sql server? : sql server database administration

837