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