Solved

Contents of the PUBLISHER Table​

Question 88

Multiple Choice

Contents of the PUBLISHER table​
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
-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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions