EasyMultiple choice
Derived table must be aliased
Why does this query fail?
SELECT customer, total FROM (SELECT customer, SUM(amount) AS total FROM orders GROUP BY customer);
← → arrow keys to navigate
Sign in to save your progress.
Why does this query fail?
SELECT customer, total FROM (SELECT customer, SUM(amount) AS total FROM orders GROUP BY customer);
← → arrow keys to navigate
Sign in to save your progress.