Skip to content

Instantly share code, notes, and snippets.

@vvgsrk
Created October 18, 2021 19:42
Show Gist options
  • Save vvgsrk/b64532636e72bb67c0346f297f23a623 to your computer and use it in GitHub Desktop.
Save vvgsrk/b64532636e72bb67c0346f297f23a623 to your computer and use it in GitHub Desktop.
Natural Join
SELECT department_id, department_name, location_id, city
FROM departments NATURAL JOIN locations;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment