Skip to content

Commit

Permalink
Q1965 added.
Browse files Browse the repository at this point in the history
  • Loading branch information
isinsuarici committed Apr 3, 2023
1 parent fadffb9 commit 48085a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQL/Q1965.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select employee_id from Employees where employee_id not in(select employee_id from Salaries) union select employee_id from Salaries where employee_id not in(select employee_id from Employees)

0 comments on commit 48085a0

Please sign in to comment.