1.

Intersection of the bitmaps is done by(a) Logical AND(b) Logical OR(c) Logical NOT(d) Logical NORI got this question by my college professor while I was bunking the class.The query is from Bitmap Indices topic in chapter Indexing and Hashing of RDBMS

Answer»

Correct ANSWER is (a) LOGICAL AND

The explanation: The intersection of the bitmaps is DONE by the logical AND operation. This is similar to the binary SET intersection operation which is done by the logical AND operation.



Discussion

No Comment Found

Related InterviewSolutions