I'm trying to combine the following tables:
I want to take each job ID value (ID) from the left and right tables and join where they match.
For example, ID = 5 will produce a row on a third table with the columns "ID", "Name", "Sales", "Opening", "Hiree Name", and "Skill Level".
This seems like a relatively straightforward process but I can't seem to figure it out.
Any help is greatly appreciated.


Report
All responses (
Answers (