AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6202
Which of the following is the...
Which of the following is the correct example updating all student COURSE to =E2=80=98BSIT' from STUDENTS table?
UPDATE STUDENTSSET COURSE = =E2=80=98BSIT=E2=80=99;
Correct
UPDATE TABLE STUDENTSSET COURSE = =E2=80=98BSIT=E2=80=99WHERE COURSE = =E2=80=98BSIT=E2=80=99;
UPDATE STUDENTSSET COURSE = =E2=80=98BSIT=E2=80=99WHERE COURSE = =E2=80=98BSIT=E2=80=99;
UPDATE TABLE STUDENTSSET COURSE = =E2=80=98BSIT=E2=80=99;
Similar IT-6202 questions
Which of the following is not part of handling data?
Which of the following is not part of common Comparison operator?
Which of the following is not part of characteristics of database?
Which of the following is not the correct example of entity?
Which of the following is not part of DDL statement?
Which of the following is not part of DML statement?