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 891f38d commit a7b0337Copy full SHA for a7b0337
SQL Deep Dive/Subqueries/questions.sql
@@ -37,4 +37,4 @@ ORDER BY o.customerid;
37
select d.dept_no, d.emp_no , t.title
38
from dept_emp as d
39
join titles as t using(emp_no)
40
-WHERE emp_no NOT in ('110183') AND t.title not in ('Manager');
+WHERE emp_no ='110183'
0 commit comments