Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

Entity Relationship Diagram of

Online Retail Information System


Presented by
Subhrajit Basak
Sucheta Basu
Swarup Santra
Somenath Chakraborti
Tanaya Jana
Dipanjon
Employee
1..*

1..* Operates
Bill
Ge n
1..* e
ates r 1..1
1..* Ordered 1..*
1..1 System to Supplier
Pays 1..1

Keeps
Track
1..*

1..*
Customer Purch 1..*
ase 0..*
Item
Attributes of the Entities

Employee :-
a. EmployeeId (primary key)
b. Contacts
c. Address
d. Age
Customer :-
a. CustomerId (primary Key)
b. CustomerName
c.UserId
d.Password
e.DateOfRegistration
f.AccountNo
Item :-
a.ItemId (primary key)
b.ItemName
c.Class
d.Unit of Measurement
e.Discount
f.UnitPrice
g.Reorder level
h.Reorder Quantity
i.Supplier Id

 Supplier :-
a.Supplier Id (primary Key)
b.Supplier Name
c.Contact No
System:-
Has no attributes.

Bill :-
a.Bill Id (primary key)
b.Account No
c.Bill Amount
d.Bill Date
Attributes of the Relations

 Pays :-
a. Account No

 Purchase :-
a.Quantity Purchased
b.NetPrice

Oredered to :-
a.ItemId
b.Order Date
c.Quantity Ordered
d.Delivery Status
e.Delivery Date
Assumptions

You might also like