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.
proj_Darance
a) 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 table below. (Note that the JOB_CODE is the FK to JOB.)
(4)
\table[[ATTRIBUTE (FIELD) NAME,DATA DECLARATION],[EMP_NUM,CHAR(3)],[EMP_LNAME,VARCHAR(15)],[EMP_FNAME,VARCHAR(15)],[EMP_INITIAL,CHAR(1)],[EMP_HIREDATE,DATE],[JOB_CODE,CHAR(3)]]
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:
(2)
 The ConstructCo database stores data for a consulting company that tracks

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!