View the Exhibit and examine the structure of the PRODUCTS table. All products have a list
price. You issue the following command to display the total price of each product after a
discount of 25% and a tax of 15% are applied on it. Freight charges of S100 have to be
applied to all the products. What would be the outcome if all the parentheses are removed
from the above statement?
A.
The result remains unchanged.
B.
The total price value would be lower than the correct value.
C.
The total price value would be higher than the correct value.
D.
It produces a syntax error.