Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
If the EmpId in table Employee has no match in table Bonus, we consider that the corresponding bonus is null and null is smaller than 1000.
Inner join is the default join, we can solve the mismatching problem by using outer join.