Multiple Choice
When you need to find rows with null values in a MySQL table, you can use the _____.
A) SELECT NULL command
B) GROUP BY NULL condition
C) = NULL condition
D) IS NULL operator
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The only arithmetic operators that can be
Q9: It is possible to use both a
Q10: Which function calculates a total of the
Q11: How do you construct the SELECT query?
Q12: Which clause lets you group data on
Q14: Which MySQL clause used with the query
Q15: When a SQL query is written so
Q16: Preceding a condition with which SQL operator
Q17: The basic form of the SQL SELECT
Q18: Compare the WHERE and HAVING clauses.