I have a table populated with people names and contact... can I relate people in this table to other people in this table.
I would guess I would relate the table to itself with an intermediary table that stores the relation type (brother, mother, cousin), but this doesnt seem possible to have the origin and destination the same table for either a 1-M or M-N.
What would be the schema for relating a list of people to each other?