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

Home -> Community -> Usenet -> comp.databases.theory -> Re: object algebra

Re: object algebra

From: Neo <neo55592_at_hotmail.com>
Date: 26 Feb 2004 19:51:12 -0800
Message-ID: <4b45d3ad.0402261951.404c817d@posting.google.com>

> > XDb1's solution is normalized down to each symbol, 
> > but this is impractical with RDM.
> 
> Normalized down to each symbol? That makes absolutely no sense at all. 

Shown below is roughly how to do it in RDM, I use "->X" syntax, instead of IDs to make it easier to following the referential links.

T_Person
Name, Age
->john, ->28

T_CompositeSymbol
AtmSym1, AtmSym2, AtmSym3, ...
->j, ->o, ->h, ->n
->j, ->o, ->e
->2, ->8

T_AtomicSymbol
a
b
c
...

for more info, see www.xdb1.com/Basic/Symbol.asp and www.xdb1.com/Example/Ex002.asp

> How is that different from no normalization at all?

It is exactly the opposite of no normalization. It is near complete normalization. Received on Thu Feb 26 2004 - 21:51:12 CST

Original text of this message

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