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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know what are pages and extents? : SQL Server Architecture

1038


How to enter unicode character string literals in ms sql server?

1123


Explain for xml explicit mode?

1028


What does the on delete cascade option do?

1063


How many replicas are maintained for each sql azure db?

124


Using the customer, and order table in northwind database, please write a query to produce xml?

1119


what is the difference between a primary key and a unique key? : Sql server database administration

1041


Which is better statement or preparedstatement?

984


Explain sql server authentication modes?

1188


How can you fetch alternate records from a table?

1015


When would you use the stored procedures or functions?

1052


What is the difference between the 2 operating modes of database mirroring?

1164


How to list all triggers in the database with sys.triggers in ms sql server?

1128


Why we use the openxml clause?

1055


What is sub-query in sql server? Explain its properties.

1134