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
What is blocking and how would you troubleshoot it? : sql server database administration
What do you mean by data manipulation language?
What is catalog views?
What is an example of a primary key?
What is a transact-sql statement batch in ms sql server?
What is the syntax for encrypting a column in SQL Server?
Explain filtered indexes benefits?
Explain transaction server distributed transaction?
Define tool Manage Statistics in SQL Server 2000 query ?
Explain the commands in sql server?
How does Report Builder support Analysis Services cubes?
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
How to change a login name in ms sql server?
What stored by the master? : sql server database administration
Delete duplicate rows without using rowid.