SQL - Aggregate Functions
Identify the error in the following SQL query:
SELECT SUM(NULLIF(sales, NULL)) FROM transactions;SELECT SUM(NULLIF(sales, NULL)) FROM transactions;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions