Multiple Choice
Given the table STUDENT(StudentID,Name,Advisor) ,which of the following SQL statements would be used to change the value of the Advisor field to 'Smith' for all rows in the STUDENT table?
A) UPDATE STUDENT SET Advisor = 'Smith';
B) MODIFY STUDENT SET Advisor = 'Smith';
C) MODIFY Advisor SET STUDENT = 'Smith';
D) UPDATE Advisor = 'Smith';
E) SET STUDENT Advisor = 'Smith';
Correct Answer:

Verified
Correct Answer:
Verified
Q39: In Microsoft Access,tables are added to a
Q66: Built-in SQL functions cannot be applied to
Q67: Which SQL keyword is used to apply
Q68: A complete table,including both the table structure
Q69: In SQL,the NOT keyword can be combined
Q70: When using SQL to create a table,specifying
Q72: The basic idea of a join is
Q73: In SQL,the order of the rows that
Q74: In SQL,the IS NULL keyword can be
Q76: Data is added to a table using