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 index(b) Bitmap(c) Index(d) ArrayThe question was asked in quiz.I'd like to ask this question from Bitmap Indices topic in chapter Indexing and Hashing of Database Management |
|
Answer» RIGHT ANSWER is (a) Bitmap index The explanation is: A bitmap is SIMPLY an array of BITS. |
|