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
Show how functions and procedures are called in a pl/sql block.
How many sql statements are used?
What are triggers and its uses?
How delete a row in sql?
How will you distinguish a global variable with a local variable in pl/sql?
What is graph sql?
What does subquery mean in sql?
Cite the differences between execution of triggers and stored procedures?
what are the disadvantages of mysql? : Sql dba
what is foreign key? : Sql dba
Is sqlexception checked or unchecked?
Explain what is an index?
How to sort the rows in sql.
what is the syntax for using sql_variant_property? : Transact sql
How do I remove all records from a table?