How would you get tree-structured data from a database with the best performance? For example, say you have a folder-hierarchy in a database. Where the folder-database-row h
In Oracle there is SELECT ... CONNECT BY statement to retrieve trees.