Question: 1. Write the SQL code that will create the table structure for a table named EMP 1. This table is a subset of the EMPLOYEE

 1. Write the SQL code that will create the table structurefor a table named EMP 1. This table is a subset ofthe EMPLOYEE table. The basic EMP 1 table structure is summarized inthe following table. (Note that the JOB_CODE is the FK to JOB.)ATTRIBUTE (FIELD) NAME EMP NUM EMP LNAME EMP FNAME EMP_INITIAL EMP HIREDATEJOB_CODE DATA DECLARATION CHAR(3) VARCHAR(15) VARCHAR(15) CHAR(1) DATE CHAR(3)image text in transcribed

1. Write the SQL code that will create the table structure for a table named EMP 1. This table is a subset of the EMPLOYEE table. The basic EMP 1 table structure is summarized in the following table. (Note that the JOB_CODE is the FK to JOB.) ATTRIBUTE (FIELD) NAME EMP NUM EMP LNAME EMP FNAME EMP_INITIAL EMP HIREDATE JOB_CODE DATA DECLARATION CHAR(3) VARCHAR(15) VARCHAR(15) CHAR(1) DATE CHAR(3)

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!