We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5e1b2 commit b2e01c8Copy full SHA for b2e01c8
BASIC JOIN/577. Employee Bonus.sql
@@ -0,0 +1,4 @@
1
+# Write your MySQL query statement below
2
+SELECT Employee.name,Bonus.bonus FROM Employee
3
+LEFT JOIN Bonus ON Employee.empID = Bonus.empID
4
+WHERE bonus < 1000 OR Bonus IS NULL ;
0 commit comments