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

Home -> Community -> Usenet -> c.d.o.misc -> Re: entity relationship question

Re: entity relationship question

From: sooz <sooz_at_pobox.com>
Date: 1998/10/07
Message-ID: <361C4B85.47B99B08@pobox.com>#1/1

Harold Gray wrote:
>
> This is a rather trivial question that has bugged me and is mentioned quite
> a bit in certification materials.
>
> I was wondering if someone out there could tell me the difference between a
> one-to-many and a many-to-one relationship concerning entities. Is it not
> just reflective of the order the entity is described?
>
> Thanks in advance!!
> Harold

Philosophically ... its just order in "entity space". Makes a -big- difference how you represent the relationships in tables, though ...

if A is one to many B, then a foreign key for A must be on the B table -- and conversely if A is many to one B, then a foreign key for B must be on the A table.

Received on Wed Oct 07 1998 - 00:00:00 CDT

Original text of this message

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