InterviewSolution
Saved Bookmarks
| 1. |
In a B+-tree index ______ for each value, we would normally maintain a list of all records with that value for the indexed attribute.(a) Leaf(b) Node(c) Root(d) LinkI got this question during an online exam.The doubt is from Bitmap Indices in portion Indexing and Hashing of Database Management |
|
Answer» RIGHT CHOICE is (a) Leaf The explanation is: BITMAPS are COMBINED and stored in a B+ tree. |
|