select e.id, e.name, e.salary from employee e where salary > (select salary from employee a where a.employee.id = 105)