Select all employee’s name and bonus whose bonus is < 1000.
Table:Employee
1 | +-------+--------+-----------+--------+ |
Table: Bonus
1 | +-------+-------+ |
Example ouput:
1 | +-------+-------+ |
1 | # Write your MySQL query statement below |
Select all employee’s name and bonus whose bonus is < 1000.
Table:Employee
1 | +-------+--------+-----------+--------+ |
Table: Bonus
1 | +-------+-------+ |
Example ouput:
1 | +-------+-------+ |
1 | # Write your MySQL query statement below |