Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

In clustered and non clustered indexes which one is faster
while executing a query ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is updatable resultset?

1076


Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?

944


Explain raiserror in sql server?

1080


What are the advantages of using a stored procedure?

1064


What is 'write-ahead log' in sql server 2000 ?

1109


What is change data capture (cdc) feature?

1124


How to skip remaining statements in a loop block using continue statements?

1043


What is a functions and types in sql server?

1150


What is a recursive stored procedure in sql server?

1248


Who is the owner of a schema in ms sql server?

1117


How to create an inline table-valued function?

1023


What is oltp (online transaction processing)?

1060


What is a full text index?

970


What is the difference between a "where" clause and a "having" clause?

1214


How to create function with parameter in sql server?

1158