SlideShare a Scribd company logo
Toy Store Database
Appendix
1
2
3
Scenario of the Database
E-R Model
Relational Schema
Scenario
Scenario
As the Eid is near kids are really excited about the holidays but they are
mostly excited for their new toys that they will get this time. And as a matter
of fact there is a new big online toy store for kids while it’s preparing itself in
the mean-time. The toy store will arrange a big sell weekend offer for their
users (user_id, user_gender,gold_user,platinum_user,admin) to buy toys
where they can choose products (product_id,toys,amount). Products are
organized by category (product_brand, for_male, for_female) based. Users
can purchase products through payment (product_id,user_id, amount,method
) by ordering(ordered_things,user_id,user_gender). So that’s why they are
organizing such a big weekend offer just to kick-off their business with a good
profit.
ER Diagram
ER Diagram
Users
Products
Payment Orders
Category
user_id
user_gen
der
gold_user
platinum_
user
admin
product_i
d
toys
amount
product_id
user_id
amount
method
ordered_things
user_id
user_gender
product_bra
nd
for_male
for_female
buys
organized
by
Purchase
through
by
Relational Schema
Relational Schema
User(user_id,user_gender,gold_user,platinum_user,admin)
Category (product_brand,for_male,for_female)
Products (product_id,toys,perfume,amount)
Payment (product_id,user_id,amount,method)
Order (ordered_things,user_id,user_gender)
Buys(user_id,product_id)
Purchase through(user_id)
Organized by(product_id)
By(ordered_thing,user_id,product_id)
Thank you
Any Questions??

More Related Content

PDF
Database.pdf
PPT
Database Design in web and web database design
PDF
ER diagram slides for datanase stujdy-1.pdf
PDF
ER(Entity Relationship) Diagram for online shopping
PPTX
Database design
PPTX
ER modeling
PDF
4.1 Modeling Data Relationships.pdf
PPT
Free video lectures for mca
Database.pdf
Database Design in web and web database design
ER diagram slides for datanase stujdy-1.pdf
ER(Entity Relationship) Diagram for online shopping
Database design
ER modeling
4.1 Modeling Data Relationships.pdf
Free video lectures for mca

More from shoriful435 (7)

PPT
Comparative Study and Evulation of system analysis and design methods
PPTX
PPTX
PPTX
Toy Store Database
PPTX
Toy Store Database
PPTX
Toy Store Database
PPTX
Create Undetectable Backdoor
Comparative Study and Evulation of system analysis and design methods
Toy Store Database
Toy Store Database
Toy Store Database
Create Undetectable Backdoor
Ad

Recently uploaded (20)

PDF
Introduction to Data Science and Data Analysis
PDF
Votre score augmente si vous choisissez une catégorie et que vous rédigez une...
PDF
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
PDF
Tetra Pak Index 2023 - The future of health and nutrition - Full report.pdf
PDF
Microsoft Core Cloud Services powerpoint
PPTX
Leprosy and NLEP programme community medicine
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PDF
Introduction to the R Programming Language
PPT
Predictive modeling basics in data cleaning process
PPTX
CYBER SECURITY the Next Warefare Tactics
PPTX
Topic 5 Presentation 5 Lesson 5 Corporate Fin
PDF
[EN] Industrial Machine Downtime Prediction
PPT
DU, AIS, Big Data and Data Analytics.ppt
PPTX
DS-40-Pre-Engagement and Kickoff deck - v8.0.pptx
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PPTX
modul_python (1).pptx for professional and student
PPTX
Introduction to Inferential Statistics.pptx
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PPTX
A Complete Guide to Streamlining Business Processes
PDF
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
Introduction to Data Science and Data Analysis
Votre score augmente si vous choisissez une catégorie et que vous rédigez une...
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
Tetra Pak Index 2023 - The future of health and nutrition - Full report.pdf
Microsoft Core Cloud Services powerpoint
Leprosy and NLEP programme community medicine
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
Introduction to the R Programming Language
Predictive modeling basics in data cleaning process
CYBER SECURITY the Next Warefare Tactics
Topic 5 Presentation 5 Lesson 5 Corporate Fin
[EN] Industrial Machine Downtime Prediction
DU, AIS, Big Data and Data Analytics.ppt
DS-40-Pre-Engagement and Kickoff deck - v8.0.pptx
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
modul_python (1).pptx for professional and student
Introduction to Inferential Statistics.pptx
Qualitative Qantitative and Mixed Methods.pptx
A Complete Guide to Streamlining Business Processes
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
Ad

Toy Store Database