Question: What would be the best way to implement a customizable (meaning, a tree structure with an unknown number of level) tree data structure in a database?
- I've done this once before using a table with a foreign key to itself.
- What other implementations could you see, and does this implementation make sense?