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

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
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
Comparative Study and Evulation of system analysis and design methods
Toy Store Database
Toy Store Database
Toy Store Database
Create Undetectable Backdoor
2024 Trend Updates: What Really Works In SEO & Content Marketing

Recently uploaded (20)

PPTX
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
PPTX
Introduction to Building Information Modeling
PPT
Fire_electrical_safety community 08.ppt
PPTX
8086.pptx microprocessor and microcontroller
PDF
Chalkpiece Annual Report from 2019 To 2025
PDF
How Animation is Used by Sports Teams and Leagues
PDF
THEORY OF ID MODULE (Interior Design Subject)
PPTX
VERNACULAR_DESIGN_PPT FINAL WITH PROPOSED PLAN.pptx
PDF
SOUND-NOTE-ARCHITECT-MOHIUDDIN AKHAND SMUCT
PPTX
PROPOSAL tentang PLN di metode pelaksanaan.pptx
PDF
trenching-standard-drawings procedure rev
PPTX
22CDO02-IMGD-UNIT-I-MOBILE GAME DESIGN PROCESS
PPTX
Evolution_of_Computing_Presentation (1).pptx
PPT
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
PPT
aksharma-dfs.pptgfgfgdfgdgdfgdfgdgdrgdgdgdgdgdgadgdgd
PPTX
Presentation1.pptxnmnmnmnjhjhkjkjkkjkjjk
PDF
The Complete Guide to Buying Verified Stripe Accounts 2025.pdf
PPTX
ENG4-Q2-W5-PPT (1).pptx nhdedhhehejjedheh
PPTX
2. Competency Based Interviewing - September'16.pptx
PDF
321 LIBRARY DESIGN.pdf43354445t6556t5656
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
Introduction to Building Information Modeling
Fire_electrical_safety community 08.ppt
8086.pptx microprocessor and microcontroller
Chalkpiece Annual Report from 2019 To 2025
How Animation is Used by Sports Teams and Leagues
THEORY OF ID MODULE (Interior Design Subject)
VERNACULAR_DESIGN_PPT FINAL WITH PROPOSED PLAN.pptx
SOUND-NOTE-ARCHITECT-MOHIUDDIN AKHAND SMUCT
PROPOSAL tentang PLN di metode pelaksanaan.pptx
trenching-standard-drawings procedure rev
22CDO02-IMGD-UNIT-I-MOBILE GAME DESIGN PROCESS
Evolution_of_Computing_Presentation (1).pptx
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
aksharma-dfs.pptgfgfgdfgdgdfgdfgdgdrgdgdgdgdgdgadgdgd
Presentation1.pptxnmnmnmnjhjhkjkjkkjkjjk
The Complete Guide to Buying Verified Stripe Accounts 2025.pdf
ENG4-Q2-W5-PPT (1).pptx nhdedhhehejjedheh
2. Competency Based Interviewing - September'16.pptx
321 LIBRARY DESIGN.pdf43354445t6556t5656
Ad
Ad

Toy Store Database