Question:What does the following Update statement do? Update OrderTable set OrderDiscount=OrderDiscount*1.10What does the following Update statement do? Update OrderTable set OrderDiscount=OrderDiscount*1.10
A Increases OrderDiscount of first row by 10%
B Increases OrderDiscount of all rows by 10%
C Does nothing without where clause
D Gives an error due to lack of where clause
+ AnswerB
+ Report