SQL - Subqueries
Identify the error in this query:
SELECT emp_id FROM Employees WHERE dept_id IN SELECT dept_id FROM Departments;
SELECT emp_id FROM Employees WHERE dept_id IN SELECT dept_id FROM Departments;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions