Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The goal is to learn how to build the Data Model for your ShoppingCart Website. Your Data Model will consist of 5 entities that store
The goal is to learn how to build the Data Model for your ShoppingCart Website. Your Data Model will consist of 5 entities that store information about the customers, the products and the purchases. The entities will be related according to the Line-Item Pattern discussed in Chapter 5 (cardinality). Each member of your team will create a Data Model diagram showing how the entities are related using MS Visio 2010. Your diagram should use Crows Foot Notation. The following are details describing the five entities of your database:
Column Name Data Type Allow Nulls : ProductID ProductType ProductName ImageFile UnitPrice MaxAmount DefaultAmount int nvarchar(30) nvarchar(50) nvachar30) decimal(18, 2) int int The Products EntityStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started