funkmonsteruk
IS-IT--Management
I've just come accross a universe design issue which i haven't attempted before, so was wondering if anybody had a solution.
Basically i have a table called Person, the primary key of this table is PersonID, and it contains all details relating to an individual. Within the table is a column called LinkID, which will relate to another person in the same table, basically if a person is linked then the linkID will be the same as a PersonID within the table.
I was gonna get around the issue by inserting an alias of the table and linking the two fields together as normal (LinkID=PersonID), is this the best way of handling this situation or does somebody have another idea??
Basically i have a table called Person, the primary key of this table is PersonID, and it contains all details relating to an individual. Within the table is a column called LinkID, which will relate to another person in the same table, basically if a person is linked then the linkID will be the same as a PersonID within the table.
I was gonna get around the issue by inserting an alias of the table and linking the two fields together as normal (LinkID=PersonID), is this the best way of handling this situation or does somebody have another idea??