ScottFuntcionsExercises 1
ScottFuntcionsExercises 1
to the nearest whole number. Display name, old salary and new salary. 2 List all employee names in upper and lower case, also display the name with the first character in upper and the rest in lower. 3 Create a list that displays the first 2 digits of the employee name, followed by the empno, followed by the rest of the name, display as a single column. 4 Generate the following output:
EMPLOYEES ----------------------Smith is 5 digits long Allen is 5 digits long Ward is 4 digits long Jones is 5 digits long Martin is 6 digits long Blake is 5 digits long . . . . .
5 Display the name, hiredate and number of whole months each employee has been employed. Show the highest first. 6 List each employee name along with the salary if it is more than 1500, if it is 1500 print On Target, if it is less than 1500 print Below 1500. 7 Write a query that will display the day of the week for the current date. 8 List the maximum, minimum and average salaries for all employees. 9 List the total salary bill for each job type. 10 Display a count of how many CLERKS there are. 11 Find all departments that have more than 3 employees.