Correct answer: d
To list rows that have
no data (that is, missing data), you can use either of these other
conditional operators: IS MISSING or IS NULL. The NOT EXISTS operator
is used specifically with a subquery, and resolves to true if the
subquery returns no values to the outer query.