SQL - Aggregate Functions
Identify the error in this query that tries to count all rows including NULLs in
score column:SELECT COUNT(score) + COUNT(NULL) FROM results;
score column:SELECT COUNT(score) + COUNT(NULL) FROM results;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions