Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The BeneCO database consists of 4 tables EMPLOYEE, BENEFIT, JOB, PLAN that reflect the following relationships: An EMPLOYEE has only one JOB _ CODE, but
The BeneCO database consists of tables EMPLOYEE, BENEFIT, JOB, PLAN that reflect the
following relationships:
An EMPLOYEE has only one JOBCODE, but a JOBCODE can be held by many EMPLOYEEs.
An EMPLOYEE can participate in many PLANs, and any PLAN can be assigned to many
EMPLOYEEs.
Note also that the M:N relationship has been broken down into two :M relationships for
which the BENEFIT table serves as the composite or bridge entity.
Your tasks are:
For each table in the database, identify the primary key and the foreign keys If a table
does not have a foreign key, write None.
Create EntityRelationship diagram
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started