This is a dedicated watch page for a single video.
A data analyst has been asked to count the number of customers in each region and has written the following query: SELECT region , count (*) AS number_of_customers FROM customers ORDER BY region ; What is the mistake in the query