InterviewSolution
Saved Bookmarks
| 1. |
Bitmaps can be combined with regular B+-tree indices for relations where a few attribute values are extremely common, and other values also occur, but much less frequently.(a) Bitmap, B-tree(b) Bitmap, B+tree(c) B-tree, Bitmap(d) B+tree, BitmapThe question was posed to me during a job interview.Question is taken from Bitmap Indices in section Indexing and Hashing of Database Management |
|
Answer» Correct option is (b) BITMAP, B+tree |
|