#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)

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?

Answer

UPDATE STUDENTSSET LASTNAME = =E2=80=98REYES'WHERE STUD_ID = 01020564;