Coding Tools
100

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?

M
e
n
u