Return
country: the country where the sales occurredproduct_name: the name of the top-selling producttotal_revenue: total revenue from that product in that country in 2023country (A-Z), then product_name (A-Z).Expected output
| country | product_name | total_revenue |
|---|---|---|
| 3 rows — values hidden, that's the puzzle | ||
Your query should return 3 rows with these columns. Your column aliases don't need to match.