Database Redesign - Technical MCQs

Q1:

The EXISTS keyword will be true if:

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.

ANS:A - any row in the subquery meets the condition only.

No answer description is available