Which statement is true regarding sub queries?
A.
The NOT IN operator is equivalent to IS NULL with single- row subqueries.
B.
=ANY and =ALL operators have the same functionality in multiple- row subqueries.
C.
The LIKE operator cannot be used with single- row subqueries.
D.
The NOT operator can be used with IN, ANY, and ALL operators in multiplerowsubqueries.