SQL - Aggregate Functions
Find the issue in this query:
SELECT COUNT(*) FROM orders WHERE discount IS NOT NULL AND discount = NULL;SELECT COUNT(*) FROM orders WHERE discount IS NOT NULL AND discount = NULL;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions