Solved

When You Need to Find Rows with Null Values in a MySQL

Question 13

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions