Take a Quiz
All Products
Brain Games
ProProfs.com
Change Image Delete
Answered Jul 07, 2017
This is the correct answer.
SELECT dept_id, MIN(salary), MAX(salary) FROM employees GROUP BY dept_id HAVING MIN(salary) <5000 AND MAX(salary) >15000.
Isn't the MAX(salary) supposed to be greater than 15000??
Answered Apr 19, 2017
Forgot your password?