| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Newbie help with ER diagrams
Hi Jan Hidders. Thanks for the info. It seems that ER diagrams don't
really have a "standard" then, do they?
me
"Jan Hidders" <hidders_at_hcoss.uia.ac.be> wrote in message
news:3def1a82$1_at_news.uia.ac.be...
> In article <LdEH9.25136$EY.4943_at_fe01>, me <toenails777_at_hotmail.com> wrote:
> >Hello all. I was wondering if anyone could help me with an ER diagram
I'm
> >trying to build, but I don't see how to do it. I can see how to do it in
a
> >programming language say C++, but not with ER diagrams.
> >
> >Suppose I have three entities: A, B, and C. B "is a" A, and C "is a A"
> >also, but B also "has a" C. In programming, I'd have:
> >
> >class A
> >{
> >};
> >
> >class C: public A
> >{
> >};
> >
> >class B: public A
> >{
> > C myCClass;
> >};
> >
> >In an ER diagram, I guess I want to express aggregation. So I have:
> >
> > -------------
> > | A |
> > -------------
> > | |
> > | |
> > ------ ------
> > \ is a / \ is a /
> > \ / \ /
> > \ / \ /
> > | |
> > | |
> > ------ ------
> > | B | | C |
> > ------ ------
> >
> >How would I express aggregation between B and C?
>
>
> > > >Received on Sat Dec 07 2002 - 05:47:26 CST
![]() |
![]() |