Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Exercises with artists, museums and their pieces of art
Exercises with the band members table
Exercises with tables of Japanese 100 Yen store
Exercises with employees, salaries and benefits

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.