Question:

Which is a dynamic tree based indexing structure for database?

Show Hint

B+ trees are commonly used in databases and file systems due to their dynamic and balanced nature.
Updated On: May 26, 2025
  • ISAM
  • B+
  • Linear probing
  • Extendible hashing
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

B+ tree is a balanced tree index structure that supports dynamic insertion and deletion.
It maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time.
Was this answer helpful?
0
0