In a B+ tree, the requirement of at least half-full (50%) node occupancy is relaxed for which one of the following cases? 

A.

Only the root node

B.

All leaf nodes

C.

All internal nodes

D.

Only the leftmost leaf node

Solution:

In B+ Trees, we only have 50% relaxation at the root node.