Question: Create the EMP table based on the following table instance chart.. Name Null? Type ID NUMBER(7) LAST_NAME VARCHAR2(25) FIRST_NAME VARCHAR2(25) DEPT ID NUMBER(7) a. Modify

 Create the EMP table based on the following table instance chart..

Create the EMP table based on the following table instance chart.. Name Null? Type ID NUMBER(7) LAST_NAME VARCHAR2(25) FIRST_NAME VARCHAR2(25) DEPT ID NUMBER(7) a. Modify the EMP table to allow for longer employee last names. Confirm your modification. b. Create the EMPLOYEES2 table based on the structure of the EMPLOYEES table. Include only the EMPLOYEE_ID, FIRST_NAME, LAST_NAME, SALARY, and DEPARTMENT_ID columns. Name the columns in your new table ID, FIRST_NAME, LAST_NAME, SALARY , and DEPT_ID, respectively. c. Drop the EMP table. d. Rename the EMPLOYEES2 table as EMP. e. Drop the FIRST_NAME column from the EMP table. Confirm your modification by checking the description of the table

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!