Skip to main content
๐Ÿ”ฎ Output PredictionSQ SQL Medium+20 XP

NULL Comparison

How many rows does this return if 3 users have NULL email?

SQL
SELECT * FROM users WHERE email = NULL;

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep