InterviewSolution
Saved Bookmarks
| 1. |
The complement operation in bitmaps is done by using(a) Logical AND(b) Logical OR(c) Logical NOT(d) Logical NORI have been asked this question in class test.Question is taken from Bitmap Indices topic in portion Indexing and Hashing of RDBMS |
|
Answer» RIGHT answer is (C) Logical NOT The explanation: The complement operation in bitmaps is DONE by using the logical not operator. This is similar to the BINARY complement operation. |
|