dbTalk Databases Forums  

normalization question

comp.databases.theory comp.databases.theory


Discuss normalization question in the comp.databases.theory forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Bob Badour
 
Posts: n/a

Default Re: normalization question - 05-04-2009 , 06:09 PM






Philipp Post wrote:

Quote:
Here are the rules:
1) There are items, vendors, customers, and boxes.
2) Boxes contain items and are sent from one vendor to one customer
on
a specific date.
3) Items can only be sent once from each vendor to each customer
...
Rule 3 states that items can be sent once from /each/ vendor to /each/
customer, not once from /any one/ vendor to /any one/ customer. This
means that item1 could be sent in a box from vendor1 to customer1 and
that item1 could be sent in a different box from vendor1 to customer2.
Your problem statement is ambiguous. I could read it as meaning you have
a single candidate key somewhere of the form {item,vendor,customer} or
two keys somewhere of the form {item,vendor} and {item,customer}.

Design by usenet is a futile waste of time.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.