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: database design method

Re: database design method

From: Lauri Pietarinen <lauri.pietarinen_at_atbusiness.com>
Date: 12 Nov 2002 01:47:25 -0800
Message-ID: <e9d83568.0211120147.41999e9e@posting.google.com>


> >
> > So {} is a valid value for this tuple type. Excuse my ignorance, but what is
> >it? A tuple with two attributes but no 'rows'?!
>
> Look in the type definition. The type of 'subtrees' is a RELATION type. The
> {} denotes the empty set, i.e., an empty relation.

This might be beside the point but TTM
includes two standard tables, i.e.

TableDee :=
 relation {
   row {} };

and TableDum :=
 relation { };

They are the '0' and '1' elements
of the relational algebra.

For further elaboration see Date's
selected writings (1989-1991).
There are some beautiful articles
by Darwen.

Sorry if this was a distraction.

regards,
Lauri Pietarinen Received on Tue Nov 12 2002 - 03:47:25 CST

Original text of this message

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