SQL Fundamentals - Practice 10
SQL Fundamentals - Practice 10
Part 1
1. The staff in the HR department want to hide some of the data in the EMPLOYEES table.
They want a view called EMPLOYEES_VU based on the employee numbers, employee
names, and department numbers from the EMPLOYEES table. They want the heading
for the employee name to be EMPLOYEE.
2. Confirm that the view works. Display the contents of the EMPLOYEES_VU view.
3. Using your EMPLOYEES_VU view, write a query for the HR department to display all
employee names and department numbers.