Skip to content

Commit a084cf1

Browse files
committed
added 1978 prob
1 parent 5435b71 commit a084cf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SELECT employee_id FROM Employees
2+
WHERE salary < 30000 AND manager_id NOT IN (
3+
SELECT employee_id FROM Employees
4+
)
5+
ORDER BY employee_id;

0 commit comments

Comments
 (0)