Difference between Cluster and Non-cluster index?

Answer Posted / seema

Clustered Index :-
1.There can be only one Clustered index for a table
2.usually made on the primary key
3.the logical order of the index matches the physical stored
order of the rows on disk

Non-Clustered Index
1.There can be only 249 Clustered index for a table
2.usually made on the any key
3.the logical order of the index does not match the physical
stored order of the rows on disk

Is This Answer Correct ?    86 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function of CUBE ?

758


Does server sql treat char as a variable-length or fixed-length column?

784


How many types of functions are there in sql server?

605


What is use of attribute hierarchy optimized state? : sql server analysis services, ssas

766


What are the methods used to protect against sql injection attack?

798






1 01 101 01010

1800


How to fetch the next row from a cursor with a "fetch" statement?

790


What is a data source file?

678


List the different index configurations possible for a table?

676


Describe the functionalities that views support.

845


How many types of built in functions are there in sql server 2012?

675


How to provide values to user defined function parameters?

755


Why is replication required on the sql server?

769


Differentiate between a local and a global temporary table?

706


Explain what is the use of custom fields in report?

689