Multiple Choice
Contents of the PUBLISHER table
-Based on the contents of the PUBLISHER table,which of the following SQL statements will change the phone number for Printing Is Us to 800-714-8321?
A) UPDATE publisher REPLACE phone WITH '800-714-8321'
WHERE pubid = 1;
B) UPDATE publisher REPLACE phone = '800-714-8321'
WHERE pubid = 1;
C) UPDATE publisher SET phone = '800-714-8321'
WHERE pubid = 1;
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q83: The <u>COMMIT</u> command is used to add
Q84: Explain the difference between an implicit and
Q85: If one of the data values being
Q86: A lock is automatically released when the
Q87: Which of the following commands is used
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
Q93: Which of the following statements about the