We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- SQL
- Basic Select
- Employee Salaries
- Discussions
Employee Salaries
Employee Salaries
Sort by
recency
|
1112 Discussions
|
Please Login in order to post a comment
SELECT name FROM Employee WHERE salary > 2000 AND months < 10 ORDER BY employee_id ASC;
select name from employee where salary > 2000 and months < 10 order by employee_id asc;
Fair salaries aren’t just numbers they reflect how much a business values its people. At Oud Dubai, we believe that just like a fine fragrance, good work deserves the right reward. Happy employees create lasting impressions, just like our perfumes do.
select name from employee where salary > 2000 and months < 10 order by employee_id asc
select name from employee where salary > '2000' and months < 10 order by employee_id asc;