Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Subject: Database System Jewels Jewelry Store sells jewelry of all kinds has a small but loyal clientle. As a result, they want to increase customer

Subject: Database System

Jewels Jewelry Store sells jewelry of all kinds has a small but loyal clientle. As a result, they want to increase customer loyalty by creating a frequent buyer program. In the program,after every 10 purchases, a customer will receive a credit equal to 50 percent of the sum of their 10 most recent purchases. This credit must be applied to the next (or 11th) purchase. Jewels Jewelry Store designs a database with the following tables.

CUSTOMER (CustomerID, LastName, FirstName, Phone, EmailAddress)

PURCHASE (InvoiceNumber, InvoiceDate, PreTaxAmount, CustomerID)

PURCHASE_ITEM (InvoiceNumber, InvoiceLineNumber, ItemNumber, RetailPrice)

ITEM (ItemNumber, ItemDescription, Cost, ArtistLastName, ArtistFirstName)

AWARD (AwardID, AwardCountNumber, AwardTotalPreTaxAmount, IsAwardComplete, IsAwardUsed)

Hint: Purchase_Item and Award are both weak entities.

Draw an E-R data model for Jewels Jewelry database schema above. Use the Crows Foot E-R model for your E-R diagrams. Justify the decisions you make regarding minimum and maximum cardinalities.

Note that foreign keys are not shown in data models; they are added in the database design phase (Chapter 5). The only exception is where the foreign key must be part of the identifier of an ID-dependent weak entity.

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

Database Systems An Application Oriented Approach Complete Version

Authors: Michael Kifer, Arthur Bernstein, Richard Lewis

2nd Edition

0321268458, 978-0321268457

More Books

Students also viewed these Databases questions