Created
August 14, 2020 04:47
-
-
Save Abidzar16/da8b71a6619909eda42fdb2650fc9b3b to your computer and use it in GitHub Desktop.
DE_SQL soal nomor 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