InterviewSolution
Saved Bookmarks
| 1. |
State true or false: Bitmaps can be combined with B+ trees(a) True(b) FalseThis question was addressed to me in quiz.The question is from Bitmap Indices topic in portion Indexing and Hashing of RDBMS |
|
Answer» CORRECT option is (a) True For explanation I would say: Bitmaps can be combined with B+ trees for RELATIONS where a few ATTRIBUTE values are extremely common. |
|