Subject | Re: Database tree-like structure |
---|---|
Author | willy_metra |
Post date | 2005-08-12T06:09:39Z |
> Another way to do this is:Hello Martijn,
>
> Items
> -----
> ItemID Integer
>
> Links
> -----
> ParentID --> Items.ItemID
> ChildID --> Items.ItemID
>
>
> This has no NULLs ...
thank you for your kind reply. I'm not sure how to store more ChildID
links, when there's 1:n - parent:child relationship.
Thank you for your reply.