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
Can You Use Data Mining Models In Ssrs?
How can I create a new template for import ? : sql server management studio
How to get a list all databases on the sql server?
What is the usage of sign function?
What are the key configuration files for sql server reporting services ?
Can We Use Data-grids For Our Report In Ssrs?
what happens on checkpoint? : Sql server database administration
What are the disadvantages of using the stored procedures?
Difference between Logical Page and Physical Page in SSRS.
What is normalization of database?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What are the dmvs?
How to round a numeric value to a specific precision?
Can we use max in where clause?
Can we use custom code in ssrs?