You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SELECT Employee.Name as Employee FROM Employee LEFT JOIN Employee l ON Employee.ManagerId = l.Id WHERE Employee.ManagerId IS NOT NULL AND Employee.Salary > l.Salary"