how to find the salary greater than at least one person in sql code example Example: get all employee of salary if more than in sql SELECT * FROM EMPLOYEES WHERE SALARY > 10000;