Multiple choice technology databases

Which type of record is the fastest to access?

  1. Index Sequential

  2. Via Set

  3. Calc

  4. Direct

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

In mainframe database systems like IDMS, accessing a record directly via its database key (Direct) is the fastest access method because it bypasses indexes, sets, and calculation algorithms entirely.