Multiple choice

Which of the following statements is/are true?

  1. B Tree can be used in database.

  2. In B+ Tree, the root may be either leaf or an internal node with two or more children.

  3. In B Tree of order m, every node has at most m children.

  4. Both (2) and (3).

  5. (1), (2) and (3) all are true.

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

This is the correct choice.