Question

When running an SQL query that uses EXISTS, the EXISTS keyword will be true if ________.
A) any row in the subquery meets the condition
B) all rows in the subquery meet the condition
C) no row in the subquery meets the condition
D) any row in the subquery fails to meet the condition

Answer

This answer is hidden. It contains 1 characters.