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 openrowset sql server?

516


What are the types of containers in ssis?

598


What are different types of constraints?

506


How to verify the port number of the sql server?

547


What is the difference between primary key and unique constraints?

504






how you can deploy an ssrs report?

127


What is the difference between the 2 operating modes of database mirroring?

571


What are constraints?

581


how to define testing of network layers? : Sql server database administration

482


SQL Server Architecture ?

1919


How to resolve the orphan use problem? : sql server security

521


what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?

5495


What is 3nf normalization form?

559


Can a unique index be created on a column, which contains null?

516


How to create a user to access a database in ms sql server using "create user" statements?

518