You are on page 1of 2

CONCEPTUAL DATA MODEL 2.

1 Identified User Views


Employee EmployeeID {PK} EmployeeFirstName EmployeeLastName EmployeePosition Customer CustomerID {PK} EmployeeID {FK} CustomerFirstName CustomerLastName CustomerAddress CustomerEmailAddress CustomerContactNumer Sale SaleID {PK} CustomerID {FK} InventoryID {FK} SaleDate SaleQuantity SaleUnitPrice Department DepartmentID {PK} DepartmentName

Delivery DeliveryID {PK} InventoryID {FK} SupplierID {FK} DeliveryDate DeliveryPrice

Supplier SupplierID {PK} SupplierName

Inventory InventoryID {PK} CustomerID {FK} CategoryID {FK} SupplierID {FK} InventoryName

Category CategoryID {PK}

2.2 Conceptual Data Model


Customer Employee EmployeeID {PK} EmployeeFirstName EmployeeLastName EmployeePosition assists 1* 0* CustomerID {PK} CustomerFirstName CustomerLastName CustomerAddress CustomerEmailAddress CustomerContactNumer Sale SaleID {PK} SaleDate SaleQuantity SaleUnitPrice

Department DepartmentID {PK} DepartmentName

0* buys 0*

Inventory records InventoryID {PK} InventoryName InventoryDescription InventoryQuantity delivers Supplier SupplierID {PK} SupplierName

01

0*

1*

0*

1* consists of

11
Delivery Category CategoryID {PK} DeliveryID {PK} DeliveryDate DeliveryPrice

You might also like