Multiple choice

Which of the following keeps data sorted and allows searches, sequential access, insertions and deletions in logarithmic time?

  1. B-tree index

  2. Concurrency control

  3. Database element

  4. Database recovery

  5. Scheduler

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

It keeps data sorted and allows searches, sequential access, insertions and deletions in logarithmic time.