Instruction
Great! How much is each order worth? Let's find out!
Exercise
For each order select its ID (name the column OrderId), the first and last name of the client who made this order, and the total revenue generated by this order (name the column Revenue).
Note: The revenue for the order is the sum of the Price column for each item in the order.



