Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

please draw EER diagram coherantly will upvoteQuestion 1 ( 2 0 Points ) Consider the following database schema: SUPPLIER ( SName , ItemName, Price )

please draw EER diagram coherantly will upvoteQuestion 1(20 Points) Consider the following database schema:
SUPPLIER(SName, ItemName, Price)- supplier SName sells item ItemName
at Price.
CUSTOMER(CName, Address)- customer CName lives at Address.
ORDER(CName, SName, ItemName, Qty)- customer CName has ordered
Qty of item ItemName from supplier SName.
ITEM(ItemName, Description)- Information about items.
Further, suppose that you want to add the following constraint to this diagram: Every item
is supplied by some supplier. Draw the EER diagram from which the above schema
might have been derived. Specify (a) keys, (b) structural constraints, and (c) roles (if
this is necessary). For the constraints use both the traditional notation (single/double lines
and numbers across the diamonds) and the (min, max) notation. State clearly any additional
assumptions that you made in designing the ER diagram.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions