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: The Fact of relational algebra (was Re: Clean Object Class Design -- What is it?)

Re: The Fact of relational algebra (was Re: Clean Object Class Design -- What is it?)

From: Daniel Poon <spam_at_spam.com>
Date: Thu, 4 Oct 2001 12:53:08 +0100
Message-ID: <1002196323.271647@kang.qonos>

"Leandro Guimarães Faria Corsetti Dutra" <leandrod_at_mac.com> wrote in message news:3BBBBEEE.30906_at_mac.com...
> > I seem to remember the rdbms guys redefined 'completeness', to something
> > that has no bearing on mathematical compeletness (which I cant remember
the
> Can you expand on that?

I think completeness means that the language can express any 'computable function'. For example, it can express the square of a number, since that is computable.

> What "fundamental concepts" do you think that relational algebra
redefines?

I found this definition of "relation" on a maths page on the net:

Implying you have to normalise everything into binary relations before it looks anything like the above definition.

A good example of a relation is the greater-or-equal-to sign >= It would be 'implemented' in set theory as an infinite set containing all the numbers,

{(0,0),(0,1),(0,2),.......(1,1),(1,2),(1,3),...........}

Of course we don't have infinitely big sets in computers, so we implement it using an algorithm.

Daniel Received on Thu Oct 04 2001 - 06:53:08 CDT

Original text of this message

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