1.

Which one of the following data structures are preferred in database-system implementation?(a) AVL tree(b) B-tree(c) B+ -tree(d) Splay treeI would like to ask this question from B-Trees topic in chapter B-Trees of Data Structures & Algorithms II had been asked this question during an interview for a job.

Answer»

Right option is (C) B+ -TREE

The BEST explanation: The database-system implementations use B+ -tree data structure because they can be USED for multilevel indexing.



Discussion

No Comment Found

Related InterviewSolutions