Which of the following statements is FALSE with respect to B-tree and B+ trees?
1
Deletion operation is easier in B-tree but complex in the case of B+ trees.
2
In B+ trees, data records are stored only in the leaf nodes but in B trees data records are stored both in leaf and internal nodes.
3
Search keys are repeated in the case of B+ trees but not in the case of B trees.
4
Searching is faster in B+ trees compared to B trees