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', COURSE = =E2=80=98BSCS'WHERE STUD_ID = 109;
Correct
Similar IT-6202 questions
Which of the following is the correct example updating all student COURSE to =E2=80=98BSIT' from STU...
Which of the following is the correct example of updating the LASTNAME to =E2=80=98REYES' of all stu...
Which of the following is the correct example of updating the COURSE to =E2=80=98N/A' of all student...
Which of the following is the correct example of creating a new table STUDENTS? The column STUDID is...
Which of the following is the correct example of removing a column SALARY from EMPLOYEES table?
Which of the following is the correct example of truncating the table EMPLOYEES?