Created
October 29, 2020 22:16
-
-
Save MeetMartin/98bc90819cd9c7f72004e10eaa478206 to your computer and use it in GitHub Desktop.
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 e.name, m.name FROM Employee e, Employee m WHERE e.Employee_id=m.Manager_id; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment