Multiple choice

Which of the following indexing methods involves building a stream of bits, where each bit relates to a column in a single row of a table?

  1. Primary indexing

  2. Bit-mapped indexing

  3. Secondary indexing

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Bitmapped indexing involves building a stream of bits, each bit relates to a column in a single row of a table.