1.

Which of the following operations is used for the union of bitmaps?(a) Logical AND(b) Logical OR(c) Logical NOT(d) Logical NORI got this question in a national level competition.My query is from Bitmap Indices topic in portion Indexing and Hashing of RDBMS

Answer»

Correct option is (B) Logical OR

Easiest explanation: The logical OR operation is used for the COMPUTATION of the UNION of bitmaps. This is similar to the BINARY set union operation.



Discussion

No Comment Found

Related InterviewSolutions