Hi,
I have a little problem making 2FK to the same parent.
Here is an example that is not identical but look like my situation:
- I have a table LOCATION, that contain
(ID_LOC,NAME,CITY,...)
- I have a table INDIVIDUAL (ID_IND,NAME,PHONE,...)
Then I have my table INDIVIDUAL_JOB (ID_IND...