Skip to content

Commit b2e01c8

Browse files
author
deepak14ri
committed
test
1 parent 7a5e1b2 commit b2e01c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BASIC JOIN/577. Employee Bonus.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)