InterviewSolution
Saved Bookmarks
| 1. |
A _________ on the attribute A of relation r consists of one bitmap for each value that A can take(a) Bitmap array(b) Bitmap index(c) Bitmap excess(d) Bitmap |
|
Answer» Right option is (b) Bitmap index For explanation: A bitmap index on the attribute A of relation r consists of one bitmap for each value that A can take. Each bitmap contains as many bits as the number of records in the relation. |
|