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 are all the different types of indexes?

Answer Posted / Sushma

1. Clustered Index: A type of index that determines how data is physically stored in a table. Each table can have only one clustered index. 2. Non-Clustered Index: An index that stores the indexed columns along with a pointer to the actual data rows. Multiple non-clustered indexes can be created on a single table. 3. Primary Key Index (Clustered): A special kind of clustered index where the primary key columns are used as the basis for sorting and organizing the data in the table. 4. Unique Index: An index that ensures no duplicate values among its indexed columns. 5. Full-Text Index: Used to search textual data in a column or multiple columns.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are aggregate and scalar functions? : Sql dba

1122


What is your daily office routine?

2340


What is the current version of sql?

1091


what is sql server agent? : Sql dba

1179


What is the best sql course?

1046


what are the advantages of sql ? : Sql dba

1138


If a cursor is open, how can we find in a pl/sql block?

1235


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2088


What is the current version of postgresql?

1170


How do I remove duplicates in two columns?

1178


what is schema? : Sql dba

1137


how to start mysql server? : Sql dba

1260


Is primary key clustered index?

1015


Is inner join faster than left join?

1273


Can delete statement be rollbacked?

1050