Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Aggie Manufacturing Co . custom builds products for customers. The description of the product is called a work order ; work orders are then assembled
Aggie Manufacturing Co custom builds products for customers. The description of the product is called a work order; work orders are then assembled in the manufacturing plant. The production of the product for a customer is therefore called a work order assembly Aggie maintains information about its work order assemblies, employees who do the work order assembly, customers, parts required for work order assembly, and operations to be performed during the work order assembly. Each work order assembly is performed by one and only one employee. That employee performs all the operations that are necessary for that work order assembly. Work orders are assembled for customers and require one or more parts and one or more operations. Each customer could have many work orders, but each work order can relate to only one customer. All data is contained in the following table database:
WORKORDERASSEMBLY WONO WODATE, EMPNO EMPNAME, ESTCOST, CUSTNO CUSTNAME, CUSTADDRESS, OPERATIONNO
WORKORDERPARTS WONO PARTNO PARTDESC, QTY
OPERATIONS OPERATIONNO OPDESC
Definitions of some fields:
WONO field is the unique identifier of work orders.
WODATE field contains the date the work order was created.
EMPNO field indicates the employee in charge of the work order.
CUSTNO field indicates the customer that ordered the product manufactured by the work order.
CUSTNAME field indicates the name of the customer
ESTCOST field indicates the estimated costs on the work order before assembly.
PARTNO field contains the unique identifier of parts.
PARTDESC field contains the description of each part.
QTY field is used to indicate the quantity of each part required on each work order a work order could require many parts, and the same kind of part could be used on many work orders
OPERATIONNO field is the unique identifier of operations to be performed on each work order.
OPDESC field contains the description of the operation.
Question
For the work order assembly, construct an EntityRelationship Diagram in REA format including cardinalities that would correct the design flaws in this database. Only include entities that are mentioned in the narrative.
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