Skip to content

Instantly share code, notes, and snippets.

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