structural difference between bitmap and btree index ?
Answer Posted / sandeep desai
B-Tree:-Is made of Branch nodes and Leaf nodes
where
Branch nodes hold the prefix key value and also the link to
Leaf node
whereas,
Leafe node is contains Indexed value and ROWID.
Bitmap:-It consists of the bits for every distinct value
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Explain the use of indexes option in imp command.
Explain oracle data types with examples?
Can select statements be used on views in oracle?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
what are steps for interface? where is exchange rate defined in which table?
query optmization techniques and quwry analyser+projects+ppts
Design database draw er diagram for a certain scenario ?
How do I learn what codesets are available in oracle?
How to run queries on external tables?
How index is implemented in oracle database?
How to write a query with an inner join in oracle?
Explain implicit cursor.
When do you get a .pll extension in oracle? Explain its importance
Can we protect our pl/sql source code?
What is the parameter mode that can be passed to a procedure?