Write an SQL query to fetch the EmpId and FullName of all the employees working under the Manager with id – '10' and city = rosario.
Table – EmployeeDetails(EmpId ,FullName, ManagerId ,DateOfJoining, City)
Table – EmployeeSalary(EmpId ,Project, Salary, Variable)



Posted on by