Staff Bonuses
Report the name and bonus amount of each employee with a bonus less than 1000. Include employees without a bonus.
Expected output sample
This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.
| name | bonus |
|---|---|
| Bob | 500 |
| Dave | 800 |
| Eve | NULL |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in