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 

+ Answer
+ Report
Total Preview: 1054

Copyright © 2024. Powered by Intellect Software Ltd