State the properties of B Tree.
The properties of B Tree are:
Every node in a B-Tree contains at most m children.
Every node in a B-Tree except the root node and the leaf node contains at least an m/2 children.
The root nodes in B-Tree must have at least two nodes.