Question: Based on the given table, write the SQL code that will create the table structure for a table named EMP_1. Make sure to include any
Based on the given table, write the SQL code that will create the table structure for a table named EMP_1. Make sure to include any appropriate foreign key references.

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
