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?