I am creating job post application. In my first table the columns are This is my master table
ID
Position
jobDescription
minExp
maxExp
LastDate
InterviewDate
Project
HiringManager
interviewer
Primaryskills
SecondorySkills
and second table contains the primary skills PrimarySkill table
ID
PrimarySkills
third Table contains the secondory skills
ID
SecondarySkills
fourth Table contains the Interviewer
ID
Interviewer
the problem is that if a person have multiple skills and multiple interviewer for a job, Then how can insert the value from primary skill table, secondory skill table and interviewer table in Master table. i do not want to store value in comma separated