Skip to content

Instantly share code, notes, and snippets.

@shakogegia
Last active June 22, 2017 16:18
Show Gist options
  • Save shakogegia/96c8e33fb750e6eb5445984f3ee0672d to your computer and use it in GitHub Desktop.
Save shakogegia/96c8e33fb750e6eb5445984f3ee0672d to your computer and use it in GitHub Desktop.
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