Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> DBDesign Q

DBDesign Q

From: Andy <net__space_at_hotmail.com>
Date: 23 Nov 2003 20:36:08 -0800
Message-ID: <edb90340.0311232036.e0eeae5@posting.google.com>


Can two entities have more than one relationship between them?

A(A_ID PK,….., bID FK)

B(B_ID PK,….., aID FK)

A.bID refers to B.B_ID
B.aID refers to A_ID

2. Does it make sense?

Product (ProductID PK, Name,…, SpecialAttrID FK)

Attribute (AttrID PK, Name,….,ProductID FK)

Product can have many attributes. One attribute belongs to only one product. There is only one main("special") attribute for each product

Thank you in advance,
Andy Received on Sun Nov 23 2003 - 22:36:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US