SQL - Subqueries
Given tables:
Write a query to find employees who have the same manager as employee with
employees(emp_id, name, manager_id)Write a query to find employees who have the same manager as employee with
emp_id = 5. Which query correctly uses a subquery in the WHERE clause?