Easy
GROUP BY
Customers per Country
Count customers in each country, sorted by the country name. Return columns: country, customer_count. Order results by: country.
Preparing the interactive SQL workspace...
Count customers in each country, sorted by the country name. Return columns: country, customer_count. Order results by: country.
Preparing the interactive SQL workspace...