Question: Written in Oracle apex (SQL) 1. Create a file called ps5a.sql script. Write a SQL query that displays the employee number, employee name, manager and

Written in Oracle apex (SQL)

1. Create a file called ps5a.sql script. Write a SQL query that displays the employee number, employee name, manager and job for all employees that have a manger with the ID number of 7839, 7566 or 7902. Use the IN operator to obtain your result set.

2. Create a file called ps5b.sql. Write a SQL query that displays the employee number, employee name job and salary for everyone not in the clerk or salesperson job description. Use the not in operator to filter the results in the result set.

3. Create a file called ps5c.sql. Write a SQL query that will return the empno, ename, job and salary for any employees whose name begins with M.

4. Create a file called ps5d.sql Create a SQL script will show the empno, ename, job, base salary and amount of salary after the raise amount of 20% is applied. The mathematical operation of the sal * 20%

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!