In clustered and non clustered indexes which one is faster
while executing a query ?
Answer / arunyadav007
Clustered Index.
Because the leaf level of a clustered index is the actual
data and the data is resorted in case of clustered index.
In case of non-clustered index the leaf level is actually a
pointer to the data in rows. The data is stored in one
place, the index in another, with pointers to the storage
location of the data. The items in the index are stored in
the order of the index key values, but the information in
the table is stored in a different order.
Thanks,
Arun
| Is This Answer Correct ? | 13 Yes | 3 No |
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
Why I have to use stored procedures?
Explain time data type in sal server 2008?
How reterive duplicate value in SQL?
What is the difference between a primary key and a unique key? Are they the same?
How to bind a view to the schema of the underlying tables?
What is a bit datatype?
Ms sql server index?
How adventureworkslt tables are related?
Define candidate key, alternate key, composite key.
13 Answers Infosys, Software India,
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
How to provide values to user defined function parameters?
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)