Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLSELECT and WHERESingle-choice MCQ

How many rows does this query return if the products table has 10 rows but only 3 have a non-NULL category?

SELECT * FROM products WHERE category IN ('books', 'toys', NULL);