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 does the update command do?
What is trigger explain with program?
How many instances per computer are there in sql server 2000?
How do I setup a sql server database?
Explain “row_number()” in sql server with an example?
What is the recommended total size of your memory optimized tables?
Explain error and transaction handling in sql server?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What are the advantages of using cte?
Can I save my report as html, excel or word? : sql server management studio
List out some of the requirements to set up a sql server failover cluster?
Explain the benefits of user-defined functions?
What is an indexing technique?
What is the use of =,==,=== operators?
Why I am getting this error when renaming a database in ms sql server?