LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Analyst - Associate

Databricks Certified Data Analyst - Associate

Get started today

Ultimate access to all questions.


Comments

Loading comments...

A data analyst has been asked to count the number of customers in each region and has written the following query:

SELECT
  region,
  COUNT(customer_id) AS customer_count
FROM customers
SELECT
  region,
  COUNT(customer_id) AS customer_count
FROM customers

If there is a mistake in the query, which of the following describes the mistake?

Exam-Like
Quiz related visual




Powered ByGPT-5