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