Skip to content

Instantly share code, notes, and snippets.

@dhanish-jose
Created November 20, 2016 15:48
Show Gist options
  • Save dhanish-jose/e56f99c7c3d96f6826b180ead68fa959 to your computer and use it in GitHub Desktop.
Save dhanish-jose/e56f99c7c3d96f6826b180ead68fa959 to your computer and use it in GitHub Desktop.
SELECT emp_name, dep_name
FROM emp
RIGHT OUTER 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