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

To EXPLAIN: Bitmaps are COMBINED and STORED in a B+ tree.



Discussion

No Comment Found

Related InterviewSolutions