select e.id, e.name, e.salary from employee e where salary > ANY(select salary from employee a where a.department_id = 50)