Dashboard Temp Share Shortlinks Frames API

HTMLify

Day 27
Views: 14 | Author: djdj
1
2
3
4
5
# Write your MySQL query statement below
select name,bonus from employee
left join bonus
on bonus.empId = employee.empId
where bonus<1000 or bonus is null;