Return
id: the customer's unique identifiername: the customer's namecountry: the customer's countrytotal_orders: the number of orders placed by the customertotal_orders in descending order, and by id in ascending order when totals are tied.Expected output
| id | name | country | total_orders |
|---|---|---|---|
| 1 row — values hidden, that's the puzzle | |||
Your query should return 1 row with these columns. Your column aliases don't need to match.