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

A table `users` has rows where some `country` values are NULL. What does this query return?

SELECT name FROM users WHERE country != 'US';