Step 1: Define the conditions for node occupancy in a B+ tree.
In a B+ tree, all nodes except the root must maintain at least 50\% occupancy to ensure the balanced structure of the tree.
Step 2: Identify the exception.
The root node is an exception to the occupancy rule. It is allowed to have fewer keys, including only one key, during operations such as deletions.
Final Answer:
\[
\boxed{\text{Only the root node}}
\]