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 ?



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

Post New Answer

More SQL Server Interview Questions

What is abstracting periodical?

0 Answers  


How to find the source of a table in sql server?

0 Answers  


How do I start sql server 2016?

0 Answers  


What is a database table?

0 Answers  


Write an sql query to find first weekday of the month?

0 Answers  


What is role playing dimension with two examples? : sql server analysis services, ssas

0 Answers  


How to get number of days in a given year?

4 Answers   ADP,


How to fetch the next row from a cursor with a "fetch" statement?

0 Answers  


Can a database be shrunk with users active?

0 Answers  


What the different types of Replication and why are they used?

0 Answers  


What is RMS migrations?

0 Answers   Satyam,


What is microsoft sql server?

0 Answers  


Categories