1.

A bitmap is_______(a) An array of bits(b) An index of bits(c) A function mapping all the bits of data(d) None of the mentionedI got this question in an online interview.My doubt is from Bitmap Indices topic in section Indexing and Hashing of RDBMS

Answer»

The correct answer is (a) An ARRAY of BITS

Easiest explanation: A bitmap is simply an array of bits. A bitmap can be used for various purposes such as bitmap INDEXING.



Discussion

No Comment Found

Related InterviewSolutions