Multiple Choice
Which of the following statements about the UPDATE command is incorrect?
A) The UPDATE clause identifies the table containing the record(s) to be changed.
B) The SET clause is used to identify the column(s) to be changed,and the new value(s) to be assigned to that column.
C) The mandatory WHERE clause identifies the specific row(s) to be changed by the UPDATE command.
D) The optional WHERE clause identifies the specific row(s) to be changed by the UPDATE command.
Correct Answer:

Verified
Correct Answer:
Verified
Q88: Contents of the PUBLISHER table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q89: The VALUES clause is not included with
Q90: Which of the following statements about COMMIT
Q91: When including a subquery in an INSERT
Q92: If a user has a shared lock
Q94: The _ command is used to change
Q95: A subquery can be used with the
Q96: The <u>DROP</u> command can be used to
Q97: If a user has a shared lock
Q98: When inserting a row into a table,how