what is the bitmap index?

Answers were Sorted based on User's Feedback



what is the bitmap index?..

Answer / a g srikanth

Bitmap Index is an index that can be used on low
cardinality columns with a large number of rows. Low
cardinality columns are the ones with less number of
distinct values (eg.gender columns with just two distinct
values Male & Female).

Bitmap indexes are also useful in DWH applications where a
large table is joined with many small tables in a
denormalized star schema.

Is This Answer Correct ?    1 Yes 0 No

what is the bitmap index?..

Answer / daid kumar

bitmap Index is Used mainly in decision support systems
because it returns value in bit like 0 and 1.

Example
CREATE BITMAP JOIN INDEX <index_name>
ON <table_name> (<table_name.column_name>)
FROM <table_name, table_name>
WHERE <join_condition>

Is This Answer Correct ?    0 Yes 0 No

what is the bitmap index?..

Answer / kamala k n

bit map index created on low cardinality columns

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How to get maxsal , minsal, ename department wise in single query

0 Answers  


17. Display the order number and average item cost for each order.

1 Answers   Wipro,


Explain oracle insert into command?

0 Answers  


Whatz the main diff between Subquery and a Join

14 Answers   Oracle, Zeta Interactive,


Please explain oracle data types with examples?

0 Answers  






What is a Public Synonyms ?

1 Answers  


What happens if you use a wrong connect identifier?

0 Answers  


Explain about achiever in sql?

0 Answers  


what happened to the global index when I truncate the data in one of the partition?

0 Answers  


Explain about integrity constraint?

0 Answers  


What is COST-based approach to optimization ?

5 Answers  


what are stored procedures?

7 Answers   TCS, Wells Fargo,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)