Multiple choice

Which of the following method is used to store varying length records in the database which allocate maximum length required by a field and use spaces/null for shorter values?

  1. Using pointers

  2. Combined method

  3. Reserved space

  4. B-Tree

  5. Chaining method

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

This method is used to store varying length records in the database which allocate maximum length required by a field and use spaces/null for shorter values.