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
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?