Shows a tree representation of each node and its descendants.
Syntax
TREE([depth])
TREE() takes only one parameter, which is a number representation the depth to show (until recursion, if node pointers are present). To show unlimited depth, use asterisk:
TREE(*)