D
Daryl G.
When making a join table linking mutliple tables should I make one table or
two?
Example
Table one is People
Table two is Jobs
Table Three is Skills
Both People and Jobs have skills. Later I will want to query to see from a
Person what jobs are open with the skills they have, or from a job what
people have the skills to do the job
Should my Join be SkillCode,JobCode,PeopleCode
or two tables SkillCode,JobCode and SkillCode,People code?
Thanks,
Daryl
two?
Example
Table one is People
Table two is Jobs
Table Three is Skills
Both People and Jobs have skills. Later I will want to query to see from a
Person what jobs are open with the skills they have, or from a job what
people have the skills to do the job
Should my Join be SkillCode,JobCode,PeopleCode
or two tables SkillCode,JobCode and SkillCode,People code?
Thanks,
Daryl