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 STUDENTSSET COURSE = =E2=80=98N/A'WHERE COURSE IS NULL;
Correct
Similar IT-6202 questions
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?
Which of the following is the correct example of modifying the column JOBID? Change the datatype siz...
Which of the following is the correct example of renaming the table EMPLOYEES to WORKERS?
Which of the following is the correct example of removing a column FIRSTNAME from EMPLOYEES table?