Multiple Choice
Based on the table description and SQL shown, which query increases the FeeAmount by 2 percent? Fees ( FeeID, FeeType, FeeAmount )
A) UPDATE Fees SET FeeAmount = FeeAmount * 1.2;
B) UPDATE Fees SET FeeAmount = FeeAmount * 2%;
C) UPDATE Fees SET FeeAmount = FeeAmount * 1.02;
D) SELECT Fees WHERE FeeAmount = FeeAmount * 1.02;
Correct Answer:

Verified
Correct Answer:
Verified
Q6: SQL uses an on-screen form to create
Q7: Why is SQL a highly sought-after language
Q8: Based on the SQL shown, which query
Q9: What SQL command can you use to
Q10: When you use a name containing a
Q12: Which of the following is currently considered
Q13: In a query that uses an aggregate
Q14: In Access SQL, which operator could you
Q15: Based on the table description and SQL
Q16: Based on the table description and SQL