Created
October 18, 2021 19:42
-
-
Save vvgsrk/b64532636e72bb67c0346f297f23a623 to your computer and use it in GitHub Desktop.
Natural Join
This file contains hidden or 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 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