Difference between Cluster and Non-cluster index?

Answer Posted / suvek samyal

>clustered index store the actual data.
>one table can only have one clustered index because
clustered index is the actual table stored in order of the
clustered key.
>usually primary key used as the clusted key,but we can
also take the combinition of first name and last name as a
clustered key.
>printing phone directory is the best example of clustered
index.
-->non-clustered index is just like a pointer to the data.
-->one table can have upto 249 non-clustered indexs because
it has the pointer of actual row.
-->page no.,google search and other search engines used as
a pointer of non-clustered index.
-->the index in the back of a book is the best example of
non-clustered index

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an sql server agent?

723


what data regions are and what are the different data regions?

115


Explain index in sql server?

754


sql database suspect We have a sql database that is showing as suspect. How can we recover?

1567


How do I port a number to sql server?

693






Give the query of getting last two records from the table in SQL SERVER?

712


What is statement level trigger?

749


What is sql injection and why is it a problem? : sql server security

732


How to delete duplicate rows in sql server?

775


How do I run a trace in sql server?

681


What the class forname () does?

707


List types of tables in SQL Azure?

120


How to Check if table exists in sql server?

784


Define outer join in sql server joins?

677


Explain what is public role in sql server?

784