Last active
June 22, 2017 16:18
-
-
Save shakogegia/96c8e33fb750e6eb5445984f3ee0672d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select jb.job_id, em.employee_id, em.first_name, em.last_name, jb.min_salary | |
from jobs jb | |
join employees em | |
on em.job_id=jb.job_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment