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


diffrence between Cluster Index and non Cluster Index

Answers were Sorted based on User's Feedback



diffrence between Cluster Index and non Cluster Index..

Answer / naren

Only one clustered Index and 249 non clustered index
data is Physically order in CI and
The physical order of the rows is not same as the index order in NCI.

Is This Answer Correct ?    4 Yes 0 No

diffrence between Cluster Index and non Cluster Index..

Answer / kumar.t

Index means to sort the data.

Cluster index is physical order of the data.

Non Cluster index is logical order of the data.

Is This Answer Correct ?    2 Yes 0 No

diffrence between Cluster Index and non Cluster Index..

Answer / indraneelandhavarapu

The difference is that, Clustered index is unique for any
given table and we can have only one clustered index on a
table. The leaf level of a clustered index is the actual data
and the data is resorted in case of clustered index. Whereas
in case of non-clustered index the leaf level is actually a
pointer to the data in rows so we can have as many non-
clustered indexes as we can on the db.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to swap the data of two columns in a table. both the columns containing varchar values.

9 Answers  


Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?

0 Answers  


wht's the differece between sqlserver05 and sqlserver2000

3 Answers  


How would you retrieve Unique rows from table without using UNIQUE and DISTINCT keyword?

2 Answers   Genpact,


Explain trigger and trigger types?

0 Answers  


Explain query editor regions

0 Answers  


how to know Who Is Blocking Your SQL Server?

4 Answers  


Why normalization is used?

0 Answers  


What is split brain scenario in DB mirroring?

1 Answers  


Explain timestamp datatype?

0 Answers  


Where is localdb stored?

0 Answers  


How to delete an existing row with delete statements in ms sql server?

0 Answers  


Categories