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 of updating the COURSE to =E2=80=98N/A' of all students from STUDENTS table whose course IS NULL;
UPDATE TABLE STUDENTSSET COURSE = =E2=80=98N/A=E2=80=99WHERE COURSE IS NULL;
UPDATE STUDENTSSET COURSE = =E2=80=98N/A=E2=80=99WHERE COURSE IS NULL;
Correct
UPDATE STUDENTSSET COURSE = =E2=80=98N/A=E2=80=99WHERE COURSE = NULL;
UPDATE TABLE STUDENTSSET COURSE = =E2=80=98N/A=E2=80=99WHERE COURSE = NULL;
Similar IT-6202 questions
Which of the following is the correct example updating the student LASTNAME TO =E2=80=98SANTOS' and...
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?