Created
January 20, 2019 06:15
-
-
Save atyahyde/28bb2687a45b26b5731e9c9b4d8d20ec 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
-- Write only the SQL statement that solves the problem and nothing else. | |
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