Employee Salaries

  • + 0 comments

    SELECT name from Employee where salary > 2000 and months < 10 order by employee_id;