i need to store node data from a tree into a database table while still preserving the tree structure. the tree can then be re-built at runtime. the tree is a 1 parent, n-children structure.

i'm not sure which properties of each node are important for storing, i.e. who is my parent, who is my child, # of children, etc.

database structure is not my strength and i thank you in advance for any suggestions.