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 the student LASTNAME TO =E2=80=98SANTOS' and course to =E2=80=98BSCS' whose STUD_ID is equal to 109?
UPDATE EMPLOYEESSET LASTNAME = =E2=80=98SANTOS=E2=80=99, SET COURSE = =E2=80=98BSCS=E2=80=99WHERE STUD_ID = 109;
UPDATE TABLE EMPLOYEESSET LASTNAME = =E2=80=98SANTOS=E2=80=99, SET COURSE = =E2=80=98BSCS=E2=80=99WHERE STUD_ID = 109;
UPDATE TABLE EMPLOYEESSET LASTNAME = =E2=80=98SANTOS=E2=80=99, COURSE = =E2=80=98BSCS=E2=80=99WHERE STUD_ID = 109;
UPDATE EMPLOYEESSET LASTNAME = =E2=80=98SANTOS=E2=80=99, COURSE = =E2=80=98BSCS=E2=80=99WHERE STUD_ID = 109;
Correct
Similar IT-6202 questions
Which of the following is the correct example inserting a new value to STUDENTS table that will only...
Which of the following is the correct example updating all student COURSE to =E2=80=98BSIT' from STU...
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?