SQL - Aggregate Functions
Identify the error in this query:
SELECT COUNT(column_name) FROM table_name WHERE column_name = NULL;SELECT COUNT(column_name) FROM table_name WHERE column_name = NULL;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions