| Subject | Re: Database tree-like structure | 
|---|---|
| Author | willy_metra | 
| Post date | 2005-08-12T13:10:42Z | 
> In addition to other answers:So a little review:
>
> - it has no NULLs, which are nasty
> - it should be easy to make it recursive
> - you can do full "bill of material"s with it ( didn't check though ;)
Alexandre: every record have two ids, 1. self ID and 2. Parent ID
Martijn: to have records table and separate Links table with Parent,
child relationships only
Am i right, please?