InterviewSolution
Saved Bookmarks
| 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 |
|