I am using MPTT for storing Hierarchies. The concept for Adding and Deleting is well explained in this Modified Preorder Tree Traversal link.
How do we update a particular node and its tree associated with it in Modified preorder tree traversal ? For eg:- If i want to move TLA and its heirarchy under TLC. Using sql script how can we do that?

Any help appreciated .
Thanks!