Difference between Cluster and Non-cluster index?

Answer Posted / ankit murela

cluster index:- (1)only one cluster index can be created.
(2)sort the data physically.
(3)Applied on columns which are not modifier frequencely.
(4)the leaf nodes of a cluster index contain the data pages

non-cluster index:- (1)there can 249 non cluster index per table.
(2)does not sort the data physically.
(3)Applied on columns which are modifier frequencely.
(4)The leaf nodes of a non cluster index does not contain the data pages

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain foreign key in sql server?

580


How to attach adventureworkslt physical files to the server?

634


What is candidate key with example?

517


what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration

589


What is trigger explain with program?

536






What is transact-sql ddl trigger?

636


How to Insert multiple rows with a single insert statement?

549


How to join two tables in a single query in ms sql server?

542


what are the important architecture components of SSRS?

94


How is a full-text index updated?

541


What are the types of indexes?

597


explain different types of cursors? : Sql server database administration

563


what is the information that can be stored inside a bit column? : Sql server database administration

526


What is Extended user-defined?

536


What are the different types of data sources in ssrs?

142