Consider the following two tables stored in a database on AW…

Consider the following two tables stored in a database on AWS: Which of the following SQL queries retrieves the total sales amount for each product from both the sales_2023 and sales_2024 tables, using UNION ALL to combine the results and then grouping the data by product?