Þ C. IF A SUBQUERY RETURNS NULL, THEN THE COMPARISON WILL ALSO RET...

10. þ C. If a subquery returns NULL, then the comparison will also return

NULL, meaning that no rows will be retrieved.

ý A, B, and D. A is incorrect because this would not cause an error.

B is incorrect because a comparison with NULL will return nothing, not

everything. D is incorrect because a comparison with NULL can never

return anything, not even other NULLs.