You are viewing a single comment's thread. Return to all comments →
SELECT NAME FROM EMPLOYEE WHERE SALARY > 2000 AND MONTHS < 10 ORDER BY EMPLOYEE_ID;
Seems like cookies are disabled on this browser, please enable them to open this website
Employee Salaries
You are viewing a single comment's thread. Return to all comments →
SELECT NAME FROM EMPLOYEE WHERE SALARY > 2000 AND MONTHS < 10 ORDER BY EMPLOYEE_ID;