📝 Question
#1458
Bitmap indices are a specialized type of index designed for easy querying on ___________
✓
Correct Answer
A. Bit values
💡
Explanation
Bitmap indices are a type of index that is optimized for efficient querying on columns containing boolean or bit values. Each value in the column has a corresponding bitmap, with each bit representing a row. This enables fast querying and filtering of large datasets.
⌨️ Press
A
B
C
D
to select