(SQL Coding)
Create a read only view called: VIEW_EMPS_NO_SAL
Have the view show all of the datafrom the employee table and the department id and department namefrom the departments table. Do not show the salary and commissionpercent from the o_employees table.
Expert Answer
Answer to (SQL Coding) Create a read only view called: VIEW_EMPS_NO_SAL Have the view show all of the data from the employee table…