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 the importance of concurrency control?

0 Answers  


What is acid mean in sql server?

0 Answers  


How do you find the error, how can you know the number of rows effected by last SQL statement?

2 Answers  


What is difference between inner join and join?

0 Answers  


What is Trigger?

3 Answers   Misys,


What are the requirements on sql server network connections?

0 Answers  


How column data types are determined in a view?

0 Answers  


how to count datewise data in sqlserver

4 Answers   CarrizalSoft Technologies, IndusInd Bank,


What is the purpose of using COLLATE in a query?

1 Answers  


diffrence between function and procedure

5 Answers   Wipro,


Explain a checkpoint?

0 Answers  


Explain the steps to create and execute a user-defined function in the sql server?

0 Answers  


Categories