MySQL Forums
Forum List  »  Newbie

How to populate row - multiple assignments
Posted by: Marina Woodson
Date: October 28, 2015 01:16PM

Hello,

I am very new to MySQL and i am trying to populate a several tables for open jobs, interviews, etc.

I currently have a table with Candidate information, Company information, and and Interview information. In the interview table I am supposed to have each company be able to require several skills that the candidates have to match. Also, there should be several interviewees for one open position. So I have to assign the candidate ID's to the open jobs.

I cannot seem to work out how I have to populate the table to do that. For example, do I use the company name and its ID for a primary key over and over in several rows? But that doesn't allow me to do it, because this is a primary key.

I hope this makes sense.

Options: ReplyQuote


Subject
Written By
Posted
How to populate row - multiple assignments
October 28, 2015 01:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.