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


When do we create bitmap indexes

Answers were Sorted based on User's Feedback



When do we create bitmap indexes..

Answer / guest

A.OLTP
B.DSS
C.Where clause has functions
D.Tables that have only one record

Is This Answer Correct ?    19 Yes 2 No

When do we create bitmap indexes..

Answer / hitendra yadav

If there is very less cardinality (i.e. 1% of total column
values) or distinct values in column then we have to create
BITMAP index for that column like GENDER column will always
have 2 values MALE or FEMALE.

Syntex:-

Create bitmap index index_name on table_name(column_name);

Is This Answer Correct ?    17 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

What are the types of keys?

0 Answers  


what tools available for managing mysql server? : Sql dba

0 Answers  


Which query operators in sql is used for pattern matching?

0 Answers  


What are primary key and foreign key and how they work?

0 Answers  


What is clustered index sql?

0 Answers  


What are secondary keys?

0 Answers  


What is referential integrity ?

3 Answers   BirlaSoft,


counting the no.of characters occurs in a string by using pl/sql function

1 Answers   TCS,


What are the different set operators available in sql?

0 Answers  


What is query syntax?

0 Answers  


What does select top 1 do in sql?

0 Answers  


how to present a past time in hours, minutes and seconds? : Sql dba

0 Answers  


Categories