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: Help: Many to Many relationships

Re: Help: Many to Many relationships

From: Peter Mount <pmount_at_optusnet.com.au>
Date: Sun, 27 Feb 2000 02:34:36 +1100
Message-ID: <898rhk$evu$1@news1.mpx.com.au>


Hello

Thanks for your, and everybody else's, help. I'm just getting into the swing of things with study for this year at school and I needed a kick start to get into the swing of things with Database design again.

Peter Mount
pmount_at_optusnet.com.au

Frank van Bortel <f.van.bortel_at_vnl.nl> wrote in message news:38B47494.68AF0058_at_vnl.nl...
> Brian Peasland wrote:
>
> > Peter,
> >
> > Unlike Access, Oracle doesn't care about the cardinality of your
> > relationships. There is no way to specify a 1:1, 1:M, or M:N
> > relationship in Oracle. So the answer to your question is that there is
> > no joining table required. You can use one if you want though...
> >
> > HTH,
> > Brian
> >
> > Peter Mount wrote:
> > >
> > > Hello
> > >
> > > I have just recently started to learn Oracle at my school.
> > >
> > > I just need to know if Oracle handles Many to Many relationships in
the ER
> > > Diagram (as part of the Data Modelling process) in the same way as MS
> > > Access - i.e. with a joining table in between the two tables with the
many
> > > to many relationship with each other.
> > >
> > > Thanks
> > >
> > > Peter Mount
> > > pmount_at_optusnet.com.au
> >
> > --
> > ========================================
> > Brian Peasland
> > Raytheons Systems at
> > USGS EROS Data Center
> > These opinions are my own and do not
> > necessarily reflect the opinions of my
> > company!
> > ========================================
>
> Brian,
> the Oracle ERD diagrammer (part of Designer) does allow, and does care!
> Point is that you can model it, but the rdbms doesn't support it, that
> (by default) supports 1:M relations, so you will end up with a third table
> (usually called the intersection table).
>
> Peter,
> I wasn't aware access was a) a database, and b) allows modeling
> --
> Met vriendelijke groet/kind regards,
>
> Frank van Bortel
> Technical consultant Oracle
>
>
Received on Sat Feb 26 2000 - 09:34:36 CST

Original text of this message

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