Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

dataflow title BCLC Online Wine Ordering Process entity Customer as C process Register Customer as P 1 datastore Customer Database as D 1 process Browse

dataflow
title BCLC Online Wine Ordering Process
entity "Customer" as C
process "Register Customer" as P1
datastore "Customer Database" as D1
process "Browse and Select Wines" as P2
process "Process Order" as P3
datastore "Inventory Database" as D2
entity "Winery" as W
entity "Courier" as CO
C --> P1 : Register
P1--> D1 : Store Customer Info
C --> P2 : Browse and Select Wines
P2--> P3 : Submit Order
P3--> D2 : Check Inventory
D2--> P3 : Inventory Info
P3--> W : Restock Order
P3--> C : Order Confirmation
P3--> CO : Pickup Order
CO --> C : Deliver Order

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

f. Did they change their names? For what reasons?

Answered: 1 week ago