first at all, I have NO IDEA how to title my question. If anyone has a better title I'll be greatfull.
My real question now, is about what is the best approach to make records referencing other records in the same table. I'm thinking about something like
- Person
- A person must have a father (logical thinking, let's forget about orphan people, please)
- A person can be parent to many childs
The table could be somehting like PersonId, Name, PersonParentId
Is it right? There is a better way to do it? I heard about Hierarchical Data but I'm not sure.
Thanks