SQL - Aggregate Functions
Find the issue in this query:
SELECT AVG(salary) FROM employees WHERE salary != NULL;SELECT AVG(salary) FROM employees WHERE salary != NULL;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions