Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLaggregate functionsSingle-choice MCQ

A team table has 5 rows but 2 of them have a NULL manager_id. What does this query return as the count?

SELECT COUNT(manager_id) FROM team;