Multiple choice technology databases

Which of the following record type is the fastest

  1. Via Set

  2. Direct

  3. Calc

  4. Index Sequential

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

Direct record access is fastest because it uses a direct database key to locate records without requiring navigation through sets or index lookups. This provides the most efficient path to the data.