1.

What does an existence bitmap do?(a) It recognizes deleted records(b) It inserts values into empty bitmaps(c) It makes sure that no records are deleted(d) None of the mentionedI have been asked this question in an online quiz.I'm obligated to ask this question of Bitmap Indices in portion Indexing and Hashing of RDBMS

Answer»

Right CHOICE is (a) It RECOGNIZES deleted RECORDS

Easy explanation: An existence BITMAP is used to recognize deleted records and not to prevent deletion of records. It ALSO does not insert any records into empty bitmaps.



Discussion

No Comment Found

Related InterviewSolutions