Employee Salaries

  • + 0 comments

    Oracle :

    SELECT name FROM Employee WHERE salary > 2000 and months< 10 ORDER BY employee_id asc;