Skip to content

Commit 9cff044

Browse files
authored
Update Students with invalid departments.sql
1 parent 1445829 commit 9cff044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Easy/Students with invalid departments.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
-- Solution
7272
Select s.id, s.name
73-
from students s left join
74-
departments d
73+
from students s
74+
left join departments d
7575
on s.department_id = d.id
76-
where d.name is null
76+
where d.name is null

0 commit comments

Comments
 (0)