Page 1 of 1

In SQL, find the total price for each order. Note that same item can be included several times in single order (the attr

Posted: Sat May 14, 2022 3:41 pm
by answerhappygod
In SQL, find the total price for each order. Note that same
item can be included several times in single order (the attribute
amount). The query should output the order ID and the total price
of the order (rounded up to two decimals)