WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
Answer Posted / shaurabh thapa
Cluster Index is faster because it has data in the leaf
nodes along with the key. Non cluster on the other hand uses
cluster index key to search the data and therefore
relatively less fast.
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What are the types of database recovery models?
What is the purpose of indexing?
How to connect a database with sql express.?
What do you mean by data manipulation language?
What is rolap and its advantage? : sql server analysis services, ssas
How to throw custom exception in Stored Procedure?
how can u get last observation in an unknown dataset ?
What is replication with database mirroring? : sql server database administration
What is cursor in ms sql server?
What are the fixed server level roles? : sql server security
How to assign null values to variables or columns?
How many non clustered indexes there can be on table ?
When do you think a developer should use sql server-based cursors?
can any body tell me how to know the password of current user in sql server
How to generate create table script on an existing table in ms sql server?