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

What is clustered and non-clustered indexes?

Answer Posted / shubhi

There are clustered and nonclustered indexes. A clustered
index is a special type of index that reorders the way
records in the table are physically stored. Therefore table
can have only one clustered index. The leaf nodes of a
clustered index contain the data pages.

A nonclustered index is a special type of index in which
the logical order of the index does not match the physical
stored order of the rows on disk. The leaf node of a
nonclustered index does not consist of the data pages.
Instead, the leaf nodes contain index rows.

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run pl sql program in mysql?

1071


what are dynamic queries in t-sql? : Transact sql

1070


Is full outer join same as cross join?

1013


Which constraints we can use while creating database in sql?

1120


Who is the owner of mysql database?

1105


Why query optimization is needed?

971


What is rownum?

1034


what is a trigger in mysql? : Sql dba

1213


How to pipe multiline string to isql?

1049


Is sql an operating system?

1072


Can we insert in sql function?

1142


What is the basic structure of an sql?

1155


How to connect a sql*plus session to an oracle server?

1174


what is the bond code in materialized view?

3057


Why do we need view in sql?

1036