Multiple choice

Which of the following is the property of B+ tree?

  1. Each node has the maximum of M children and a minimum of M/2 children or any number from 2 to the maximum.

  2. Each node has one fewer keys than children with the maximum of M -1 keys.

  3. Keys are arranged in a defined order within the node.

  4. All the leaves are on the same level, i.e. there is no empty sub tree above the level of the leaves.

  5. All the leaves have been connected to form the linked list of the keys in a sequential order.

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

This is the Property of B-Tree.