Given this table (employees):
What does this query return?
SELECT name FROM employees WHERE manager_id IS NULL;
← → arrow keys to navigate
Sign in to save your progress.