Home / CSE MCQs / DBMS MCQs :: Discussion

Discussion :: DBMS MCQs

  1. The EXISTS keyword will be true if:
  2. 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. View Answer

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Any row in the subquery meets the condition only.

    EXISTS keyword checks for existance of condition.


Be The First To Comment