0% found this document useful (0 votes)
3 views1 page

Blank diagram

The document outlines a data model involving Salespersons, Customers, Orders, Inventory Items, Employees, Parts, and Suppliers. Each entity has specific attributes such as Id and Name, and relationships are defined, such as Customers placing Orders and Employees assembling Parts. The structure illustrates how these entities interact within a sales and inventory system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Blank diagram

The document outlines a data model involving Salespersons, Customers, Orders, Inventory Items, Employees, Parts, and Suppliers. Each entity has specific attributes such as Id and Name, and relationships are defined, such as Customers placing Orders and Employees assembling Parts. The structure illustrates how these entities interact within a sales and inventory system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Salesperson

Id string
Name string

" handles"

Customer
manages
Id string
Name string
SalespersonId string

" places"

Order
Id string
CustomerId string
OrderDate datetime

" includes"

InventoryItem
Id string
Name string

" assembled by " " assembled f rom"

Employee Part
Id string Id string
Name string Name string

" supplied by "

Supplier
Id string
Name string

You might also like