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 |
What are sparse columns?
What is meant by Active-Passive and Active-Active clustering setup?
What does dml stand for?
What are acid properties of transaction?
How to store and query spatial data?
What would be the Expected Salary For SQL Server Developer for 3 years exp. as per indian market?
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 Constraint? How many types of constraints in SQL ?
38 Answers HCL, IBM, NIIT, Wipro,
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What are user defined functions in ms sql server?
What is the default value of CHAR type?
Give the query of getting last two records from the table in SQL SERVER?
0 Answers Petranics Solutions,
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)