Data Structures Trees Question:
Download Questions PDF

Explain a B+ tree?

Answer:

It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index segment. all records are stored at the lowest level of the tree; only keys are stored in interior blocks.

Download Data Structures Trees Interview Questions And Answers PDF

Previous QuestionNext Question
What is threaded binary trees?Explain ree database. Explain its common uses?