WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
Answers were Sorted based on User's Feedback
Answer / jabamit
CLUSTER INDEX BCZ THAT WORK PHYSICALLY(MEANS ALREADY IN DEC
OR ASC ORDER) BUT NON CLUSTER INDEX WORK DYNAMICALLY.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / ashu_jsr
Cluster Index will be faster because data is already sorted
wrt to the index, hence you get the absolute position of
the data, where as in case of noncluster index the relative
position is given by the index
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
How can you find out how many rows returned in a cursor?
What is entity data services?
What is after dml trigger?
New concepts of sql server 2005 use in your project.
What you can do to delete a table without the delete trigger firing?
can you any body tell me suppose database is suspect mode. how can take to normal?
how to use DTS package in 2000,2005,2008 in sql server
If suppose in a table ship(name,year),find ship name having first and last name(i.e having space in between) ex: SAINT LOUIS,JET LAKE.
What is an indice?
Which virtual table does a trigger use?
How to create view in stored procedure sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)