#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)
Which of the following is the correct example updating all student COURSE to =E2=80=98BSIT' from STUDENTS table?
Answer
UPDATE STUDENTSSET COURSE = =E2=80=98BSIT';
UPDATE STUDENTSSET COURSE = =E2=80=98BSIT';