Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

conceptual data models QUESTION Conceptual Data Models) Prepare an Object Class Diagram for a Wedding Cake Ondering system with the following description: . For each

conceptual data models
image text in transcribed
QUESTION Conceptual Data Models) Prepare an Object Class Diagram for a Wedding Cake Ondering system with the following description: . For each customer, the system must store Customer ID. Customer Name. Customer Mobile No. Customer Email, and Custom Password . For each Order, the system must store Order ID. Cake ID ordered (EK). Order Date Delivery Date Delivery Time, Delive Venue Address, Order Total. Customer's ID, who placed the Order (F.K.). . For each Cake, the system must store Cake D (P.K.). Cake Name, Cake Type, Cake Price, Recipe No (EK). Cakes may be of two types: Tiered Cakes, for which the No-of-Tiers must be stored A Tiered cake can have a maximum of 3 tiers, prepared using same Recipe, or each tier can use separate Recip (ie a Tiered Cake consists of number of Recipes, max 3) Cup Cakes, for which the No-of-Batches prepared must be stored The Cup Cakes are prepared in batches, and each batch can use same Recipe, or maximum 2 different Recipe e Cup Cakes may also consist of number of Recipes for a batch, max 2) . For each Recipe, the system must store Recipe ID (P.K.), List of Ingredients needed, Cooking time, and the Cake Id (EK), fou which the Recipe is used Present the object Class diagram for the description provided above, showing all classes/sub-classes/associative classes, the differen types of relationships (including generalization specialization relationship, aggregation, eto, if any) with their multiplicities at each side of the relationship, using correct notation in your

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

Step: 3

blur-text-image

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

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions

Question

What did you find most interesting about Python Data types?

Answered: 1 week ago