Difference between Cluster and Non-cluster index?
Answer Posted / rahul
A) Creating a clustered index on a table re-arranges the data in a sequential manner. while creating clustered index, certain guidelines must be followed. They are:
1) Queries should return a range of values by using operators such as, BETWEEN, > , >= , < and <=.
B) Non-clustered index is created on a table, the data is not physically re-arranged in sequential order.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Please explain go command in sql server?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
How to apply filtering criteria at group level with the having clause in ms sql server?
between cast and convert which function would you prefer and why?
What are exact numeric data types in ms sql server?
Explain the steps needed to create a scheduled job?
What is log cache in sql server?
What is attribute hierarchy? : sql server analysis services, ssas
List out the differences between global and local temp tables in sql server?
How to create an inline table-valued function?
How can we rewrite sub-queries into simple select statements or with joins?
what is a check constraint?
Can primary key be a foreign key?
How to view existing indexes on an given table using sp_help?
Find first and last day of current month in sql server