Home / CSE MCQs / MySQL Database MCQs :: Discussion

Discussion :: MySQL Database MCQs

  1. Is there any error in the following query?

    SELECT emp_id, title, start_date, fname, fed_id
    FROM person
    ORDER BY RIGHT (fed_id, 3);
  2. A.
    Yes
    B.
    No error
    C.
    Depends
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment