Given this table (employees):
What does this query return?
SELECT name FROM employees WHERE dept = 'Sales' OR salary > 90000;
← → arrow keys to navigate
Sign in to save your progress.