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) BitmapI got this question in an international level competition.The query is from Bitmap Indices topic in portion Indexing and Hashing of RDBMS

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.



Discussion

No Comment Found

Related InterviewSolutions