You are on page 1of 2

NAME I: IMOHAMUD IMOHAMED IKHALID

REG INO I: ICIS-0268-1-2020


UNIT INAME I: IADVANCE DATABASE MANAGEMENT SYSTEM
UNIT ICODE: I ICISY I423
Production tracking is important in many manufacturing environments (e.g., the pharmaceuticals
industry, children’s toys, etc.). The following ER diagram captures important information in the
tracking of production. Specifically, the ER diagram captures relationships between production
lots (or batches), individual production units, and raw materials.

LotNumber

CreateDate serial-# exactWeight


Cost-Of-Materials

Production ProductType
Lot Includes
Units

qualityTest? ProductDesc

Created From Units

type

Raw material-ID
Materials

UnitCost

a. Please convert the ER diagram into a relational database schema. Be certain to indicate
primary keys and referential integrity constraints.
b. Write MySQL queries to implement your relational schema

You might also like