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