select a.Name as Employee from employee a left join employee b on b.id = a.managerID where a.Salary > b.Salary