Created
May 14, 2019 16:59
-
-
Save dikiwidia/3d1364f196e4ede7ddec8e88c82161c5 to your computer and use it in GitHub Desktop.
Menjawab Pertanyaan : https://www.testdome.com/questions/sql/workers/13562?visibility=17&skillId=17
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