Vidyalelo
Data Structure · Q29

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 29

Q29

What is the primary use of a B-Tree in databases and file systems?

A.
To maintain sorted data with efficient insertion and deletion operations.
Answer
B.
To perform quick sorting operations.
C.
To minimize data retrieval time.
D.
To provide efficient key hashing.

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board