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...


Difference b/w Clustered & non-clustered index? Not the
bookish definition, but how they internally works in SQL Server?



Difference b/w Clustered & non-clustered index? Not the bookish definition, but how they intern..

Answer / anand vanam


•In clustered Index leaf node contains the actual data pages
where as in Non clustered index leaf node contains index
pages.

•You can have only one clustered index per table but you can
have 249 Non clustered indexes per table as per SQL 2005
(999 in SQL 2008)

•The row locator in clustered index is the Clustered Index
Key where as in Non clustered index row locator is a pointer
to the row.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More SQL Server Interview Questions

Which is better statement or preparedstatement?

0 Answers  


What is user-defined functions? What are the types of user-defined functions that can be created?

0 Answers  


What is difference between inner join and join?

0 Answers  


Explain subquery and state its properties?

0 Answers  


Explain what you mean by 3 tier architecture.

0 Answers   TCS,


Explain the dbcc pintable command when would you use it?

0 Answers  


What is acid mean in sql server?

0 Answers  


what is cursor?why we will go to cursor?advantages &disadvantages of cursors?

1 Answers  


What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?

1 Answers  


What do you do in data exploration

0 Answers   EXL,


What are the different types of Indexes available in SQL Server?

0 Answers  


What is user defined datatypes and when you should go for them?

0 Answers  


Categories