Skip to content

Instantly share code, notes, and snippets.

@Risyandi
Last active January 9, 2020 14:13
Show Gist options
  • Save Risyandi/2f6a1e2693d7699e96a55b2fa197a7ac to your computer and use it in GitHub Desktop.
Save Risyandi/2f6a1e2693d7699e96a55b2fa197a7ac to your computer and use it in GitHub Desktop.
Jawaban soal data engineer Jabar Digital Services
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