easyTouch 'n Go · basics
Wallets with a healthy balance
Touch 'n Go eWallet wants to find users worth targeting for a savings promo.
From the wallets table, return the user_id and balance of every wallet with a balance greater than 100.
Schema
▸wallets
| user_id | INT |
| balance | NUMERIC(8,2) |
| status | TEXT |
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.