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

A table `sales` has 4 rows but the `bonus` column is NULL in every row. What does `SELECT SUM(bonus) FROM sales` return?

SELECT SUM(bonus) FROM sales;