Home / CSE MCQs / MySQL Database MCQs :: Discussion

Discussion :: MySQL Database MCQs

  1. What will be the output of the following query?

    SELECT fname
    FROM person
    WHERE emp_id != 6;
  2. A.
    Only those names whose emp_id is not equal to 6
    B.
    Only those names whose emp_id is equal to 6
    C.
    Both a and b
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment