Created
April 26, 2020 03:19
-
-
Save ilhamije/9b151fc6b3c818904e1e3ebd790aa310 to your computer and use it in GitHub Desktop.
JDS-ilham-DE-SQL-2
This file contains 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