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