Practice 3
Practice 3
4. Write a query that displays the last name (with the first letter
uppercase and all other letters lowercase) and the length of the
last name for all employees whose name starts with the letters
J, A, or M. Give each column an appropriate label. Sort the
results by the employees’ last names.
8. Create a query to display the last name and salary for all
employees. Format the salary to be 15 characters long, left-
padded with the $ symbol. Label the column SALARY.