Task 2:計算 2024 年總營收
在 Join 結果下方選擇 Query these results。
Prompt 範例:
From the joined table, only consider orders from 2024.
Calculate the total revenue for each menu item.
Display menu_id, item_name, item_size, and total_revenue.
Round total_revenue to two decimal places.
Order results by total_revenue descending.