select first_name, last_name, salary, job_id from 
employees where salary 
   > any (select salary from employees where job_id = 'IT_PROG')