| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Nested Relations / RVAs / NFNF
> > > // Create necessary classes
> > > CREATE2 *qty.cls = thing;
> > > CREATE2 *unit.cls = thing;
> > > CREATE2 *mass.cls = thing;
> > >
> > > // Create 2kg
> > > CREATE2 *;
> > > CREATE2 it.cls = mass;
> > > CREATE2 it.qty = +2;
> > > CREATE2 it.unit = +kg;
> >
> > ...[Equivalent code listing]
>
> Wow. Well, I'm sold. Anybody else?
Please show your current preferred method of representing a thing (ie 2kg) and let's put them thru some paces to highlight their advantages/disadvantages. Received on Wed Nov 03 2004 - 12:27:53 CST
![]() |
![]() |