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

what is bit datatype? : Sql server database administration

575


Which is the main third-party tool used in sql server?

563


Why use “in” clause in sql server?

638


What is the default order of an order by clause?

678


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

638






What is scalar user-defined function?

636


Explain primary key, foreign key and unique key?

654


What options are there to delete rows on the publisher and not on the subscriber? : sql server replication

777


What are security principals used in sql server 2005?

576


What is serializable?

747


What is history table in sql server?

579


What is SQL Azure?

93


What is dirty page?

644


How to call stored procedure using http soap?

610


Name few endpoints exposed by ssrs 2012?

321