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

A data analyst has been asked to calculate databricks video

data-analyst video for a data analyst has been asked to calculate the total sales amount for each product category and has written the following query: SELECT

This is a dedicated watch page for a single video.

Full Certification Question

A data analyst has been asked to calculate the total sales amount for each product category and has written the following query: SELECT category , SUM ( sales_amount ) FROM product_sales ORDER BY category ; If there is a mistake in the query, which of the following describes the mistake?