Video upload date:  · Duration: PT1H46M27S  · Language: EN

A data analyst has been asked to count the databricks video

data-analyst video for a data analyst has been asked to count the number of customers in each region and has written the following query: SELECT region , count

This is a dedicated watch page for a single video.

Full Certification Question

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