easyBoost · basics
Classify e-wallet balances into tiers
Boost wants to tag each e-wallet with a loyalty tier based on its current balance: Platinum for RM 500 or more, Gold for RM 100 up to (but not including) RM 500, and Standard for anything below RM 100.
Return user_name, balance, and tier.
Schema
▸wallets
| id | INT |
| user_name | TEXT |
| balance | NUMERIC |
Example input
▸wallets
Stuck? Ask the coach for a nudge that won't give the answer away, or reveal the reference solution and a short walkthrough of why it works.