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 in the
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 3-table database: - WORK_ORDER_ASSEMBLY (WO-NO, WO-DATE, EMP-NO, EMP-NAME, EST-COST, CUST-NO, CUST-NAME, CUST-ADDRESS, OPERATION-NO*) - WORK_ORDER_PARTS (WO-NO*, PART-NO, PART-DESC, QTY) - OPERATIONS (OPERATION-NO, OP-DESC) Definitions of some fields: - WO-NO field is the unique identifier of work orders. - WO-DATE field contains the date the work order was created. - EMP-NO field indicates the employee in charge of the work order. - CUST-NO field indicates the customer that ordered the product manufactured by the work order. - CUST-NAME field indicates the name of the customer - EST-COST field indicates the estimated costs on the work order before assembly. - PART-NO field contains the unique identifier of parts. - PART-DESC 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). - OPERATION-NO field is the unique identifier of operations to be performed on each work order. - OP-DESC field contains the description of the operation. Does this database contain a partial dependency? If yes, describe [ONE] partial dependency by naming the fields and how they create the dependency
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