Skip to content

Instantly share code, notes, and snippets.

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