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 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
Get step-by-step solutions from verified subject matter experts
