12th Class Computers Science Sample Paper SQL - Sample Paper-3

  • question_answer
    By mistake, a teacher wrote 75 as 57 in marks column of "Study" table where roll no (Rno) is 10. Now, choose the correct command to update the above marks

    A) Update Study Set Marks=75;

    B) Update Table Study Set Marks=75;

    C) Update Study Set Marks=75 where Rno=10;

    D) Update From Study Set Marks=75;

    Correct Answer: C

    Solution :

    [c] Update Study Set Marks-75 where Rno-10;


You need to login to perform this action.
You will be redirected in 3 sec spinner