Rank customers by transaction amount, per branch
For each branch, rank customers by transaction amount, highest first. Customers with the same amount should share the same rank.
Return customer, branch, amount, and rnk.
Schema
▸transactions
| id | INT |
| customer | TEXT |
| branch | TEXT |
| amount | NUMERIC |
Basic
The example input, expected output, and walkthrough for this question unlock with a Basic plan.
Basic
The reference solution and walkthrough for this question unlock with a Basic plan.
See Basic plansRM 25/mo · cancel anytime
Basic
This is a Basic question
Premium practice questions unlock with a Basic plan. The full solution, expected output, and grading are available to Basic members.
RM 25/mo · cancel anytime