--:--









Quiz for IS NULL

Course: SQL | Subject: SQL | Topic: SQL Operators



Logo

Q1: Which SQL operator checks for missing or undefined values?

Logo

Q2: What does the IS NULL operator do in SQL?

Logo

Q3: Which SQL clause correctly finds all rows where the "email" column is NULL?

Logo

Q4: What is the result of "NULL = NULL" in SQL?

Logo

Q5: How do you select rows where "last_name" is not null?

Logo

Q6: Which of the following is valid syntax to check for NULL?

Logo

Q7: What will "SELECT * FROM users WHERE age IS NULL" return?

Logo

Q8: Which statement filters out NULL values in a SELECT query?

Logo

Q9: Can NULL be used in numeric calculations in SQL?

Logo

Q10: What is the behavior of aggregate functions like SUM() on NULLs?

Logo

Q11: Which function replaces NULL values with a default?

Logo

Q12: What is the output of "NULL IS NULL"?

Logo

Q13: How to find all employees without a manager?

Logo

Q14: Which SQL keyword is used with NULL to represent missing information?

Logo

Q15: Is "NULL = NULL" the same as "IS NULL"?

Logo

Q16: How to find products with no price assigned?

Logo

Q17: What does IS NOT NULL return?

Logo

Q18: Which of the following can cause a column to have NULL?

Logo

Q19: What is a common use of IS NULL in a LEFT JOIN?

Logo

Q20: How does a NULL affect ORDER BY clause?

Logo

Q21: Can a primary key column be NULL?

Are you ready to start test? Set your time limit