Skip to content

Instantly share code, notes, and snippets.

@dhanish-jose
Created November 20, 2016 15:46
Show Gist options
  • Save dhanish-jose/cc6264f43c9f4def56814982c9038b8a to your computer and use it in GitHub Desktop.
Save dhanish-jose/cc6264f43c9f4def56814982c9038b8a to your computer and use it in GitHub Desktop.
SELECT emp_name, dep_name
FROM emp
INNER JOIN department
on dep_id_pk = dep_id_fk ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment