You have a table called 'orders'; and want to find the total revenue per customer - this single
SQL clause groups your rows so you can run SUM() on each customer separately.
What is GROUP BY?
Press F11 Select menu option View > Enter Fullscreen for full-screen mode