The EXISTS keyword will be true if:
Posted: Thu Jul 14, 2022 8:47 am
a) Any row in the subquery meets the condition only
b) All rows in the subquery fail the condition only
c) Both of these two conditions are met
d) Neither of these two conditions is met
b) All rows in the subquery fail the condition only
c) Both of these two conditions are met
d) Neither of these two conditions is met