| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Other tree representations in SQL
>> Although inorder traversal of a (non binary) tree is possible (you
only have
to specify what are "left" and "right" subtrees), in this post I'm
gonna talk about postorder... <<
I have not had time to research the generalizations of inorder traversals; I think Knuth had one definition. But it does not look like a good approach for building a tree in SQL because we are mostly interested in aggregation up and down the tree for reports in SQL. You can find a single node without using a traversal by using the key for that node in SQL. Received on Wed Dec 04 2002 - 15:56:54 CST
![]() |
![]() |