Created
January 18, 2019 08:39
-
-
Save andreaschrist27/219f56d1034bcaf9bd204e517b402191 to your computer and use it in GitHub Desktop.
SQL #2
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 name from employees where id NOT IN (select managerId from employees where managerID IS NOT NULL) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment