0 votes
in Other by

State the properties of B Tree.

1 Answer

0 votes
by

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.

...