Your browser does not support JavaScript!

Which of the following is the correct example of updating the LASTNAME to =E2=80=98REYES' of all students from STUDENTS table whose STUD_ID is equal to 01020564?

  • UPDATE TABLE STUDENTSSET STUD_ID = 01020564;WHERE LASTNAME = =E2=80=98REYES=E2=80=99;
  • UPDATE STUDENTSSET LASTNAME = =E2=80=98REYES=E2=80=99WHERE STUD_ID = 01020564; Correct
  • UPDATE TABLE STUDENTSSET LASTNAME = =E2=80=98REYES=E2=80=99WHERE STUD_ID = 01020564;
  • UPDATE STUDENTSSET STUD_ID = 01020564;WHERELASTNAME = =E2=80=98REYES=E2=80=99;
Similar IT-6202 questions