Difference between Cluster and Non-cluster index?

Answer Posted / vikram kumar

The biggest difference between a clustered index and a non-
clustered index is that when you use a clustered index, the
section of the table that comprises the index has its data
pages linked differently from those data pages comprising a
non-clustered index.

In SQL Server 2005 you'll probably hear the term "heap or B-
Tree."

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you delete a data source?

751


How to create a ddl trigger using "create trigger" statements?

800


Explain how many types of relationship?

759


What are dml triggers and types of dml triggers?

716


What is the template in sql?

728






Difference between DELETE and TRUNCATE?

790


What is the difference between varchar and nvarchar?

681


What are the types of database recovery models?

787


What are the restrictions while creating batches in sql server?

761


What are the different normalization forms?

807


What is a hint?

738


What are examples of triggers?

810


Your table has a large character field there are queries that use this field in their search clause what should you do?

694


What are different types of roles provided by ssrs?

128


Do you know what are acid properties of transaction?

691