Day 4 Assignments: Column Name Default Value Datatype Length
Day 4 Assignments: Column Name Default Value Datatype Length
Assignments
1. Create table with name of emp2 - populate the emp2 table using a select
statement from the emp table for the employees in department 20.
2. Create the DEPARTMENT table based on the following table instance chart.
Confirm that the table is created.
a) Populate the DEPARTMENT table with data from dept table. Include
only columns that you need.
Modify the EMP_VU view to display the employees in department 20. Note:
the view can’t be used to manipulate the employees in departments other
than 20.