Multiple Choice
Contents of the PROMOTION table
-Based on the contents of the PROMOTION table,which of the following will correctly change the value assigned to the MAXRETAIL column for Free Shipping to 75.00?
A) INSERT INTO promotion (maxretail)
VALUES (75)
WHERE gift = 'FREE SHIPPING';
B) UPDATE promotion (maxretail)
SET = 75
WHERE gift = 'FREE SHIPPING';
C) UPDATE promotion
SET maxretail = 75
WHERE gift = 'FREE SHIPPING';
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q126: What will happen if you try to
Q127: A table can be locked in <u>SHARE
Q128: Use the _ keyword to enter the
Q129: Which of the following keywords is omitted
Q130: Which command is used to prevent other
Q132: What is the difference between a standard
Q133: The row(s)to be updated by the UPDATE
Q134: Which of the following commands is used
Q135: If more than one column is listed
Q136: A lock arising from a SELECT...FOR UPDATE