Question: Write SQL statements for the following question Write a query to display the first name, the last name (in uppercase), job ID and salary of
Write SQL statements for the following question Write a query to display the first name, the last name (in uppercase), job ID and salary of all employees who work as the job ID enter by the user in the prompt (for example: IT_PROG). The input letters can be entered in any case but must be capitalized before being processed by the SELECT query. Sort the result in descending order of salary Write SQL statements for the following question Write a query to display the first name, the last name (in uppercase), job ID and salary of all employees who work as the job ID enter by the user in the prompt (for example: IT_PROG). The input letters can be entered in any case but must be capitalized before being processed by the SELECT query. Sort the result in descending order of salary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
