Oracle Queries
Oracle Queries
2. Display the first name and join date of the employees who joined between 2002
and 2005.
3. Display first name and join date of the employees who is either IT Programmer or
Sales Man.
6. Display first name, salary, commission pct, and hire date for employees with
salary less than 10000.
7. Display job Title, the difference between minimum and maximum salaries for jobs
with max salary in the range 10000 to 20000.
10. Display employees where the first name or last name starts with S.
12. Display details of the employees where commission percentage is null and salary
in the range 5000 to 10000 and department is 30.
13. Display first name and date of first salary of the employees.
16. Display first name and last name after converting the first letter of each name to
upper case and the rest to lower case.
18. Display the length of first name for employees where last name contain character
‘b’ after 3rd position.
19. Display first name in upper case and email address in lower case for employees
where the first name and email address are same irrespective of the case.
20. Display employees who joined in the current year.
21. Display the number of days between system date and 1st January 2011.
22. Display how many employees joined in each month of the current year.