query does not return results for all of the products that are in the sales_data table. The data engineer needs to troubleshoot the query to resolve the issue. The data engineer's original query is: SELECT product_name, sum(sales_amount) FROM sales_data WHERE year = 2023 GROUP BY product_name How should the data engineer modify the Athena query to meet these requirements? | AWS Certified Cloud Practitioner Quiz - LeetQuiz