Question: The ConstructCo database stores data for a consulting company that tracks all charges to projects. The charges are based on the hours each employee works
The ConstructCo database stores data for a consulting company that tracks all charges to projects. The charges are based on the hours each employee works on each project.
projDarance
a Write the SQL code that will create the table structure for a table named EMP This table is a subset of the EMPLOYEE table. The basic EMP table structure is summarized in the table below. Note that the JOBCODE is the FK to JOB.
tableATTRIBUTE FIELD NAME,DATA DECLARATIONEMPNUM,CHAREMPLNAME,VARCHAREMPFNAME,VARCHAREMPINITIAL,CHAREMPHIREDATE,DATEJOBCODE,CHAR
b Having created the table structure in a write the SQL code to enter the first two rows for the table shown in the following table:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
