Hello,
I have a table which holds information about people (name, address, dob, joined, mentor). The problem I am having is that the mentor fields will be another person in the people table, I am not sure how to achieve this.
Can you help.
Example
James, Mary, Luke are all in the people table, Luke is James mentor and so mentor is a fk how to I link this up to the same table. ??
I have a table which holds information about people (name, address, dob, joined, mentor). The problem I am having is that the mentor fields will be another person in the people table, I am not sure how to achieve this.
Can you help.
Example
James, Mary, Luke are all in the people table, Luke is James mentor and so mentor is a fk how to I link this up to the same table. ??