What is a bitmap index?
Answer Posted / satendra
Bit map Indexes are used with the columns having low
cardianality like Gender(M/F),Marital Status.The benefit of
it is that it requires a small space comapred to the case
if a B-Tree index is created on the same column of the
table.
Bit map Indexes are useful in the systems where data is not
getting updated frequently.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How do I run a query in pl sql developer?
What is delete command in sql?
difference between anonymous blocks and sub-programs.
What is embedded sql with example?
How do you use collections in procedure to return the resultset?
How do you write an inner join query?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
How can I change database name in sql?
How delete all records from table in sql?
What is pl sql block in dbms?
What is a dynamic query?
What is the function that is used to transfer a pl/sql table log to a database table?
How do you write a subquery?
How do I edit a trigger in sql developer?
Why left join is used in sql?