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 LASTNAME to =E2=80=98REYES' of all students from STUDENTS table whose STUD_ID is equal to 01020564?
UPDATE STUDENTSSET LASTNAME = =E2=80=98REYES'WHERE STUD_ID = 01020564;
Correct
Similar IT-6202 questions
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?
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?