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: Relational Lattice, what is it good for?

Re: Relational Lattice, what is it good for?

From: Mikito Harakiri <mikharakiri_nospaum_at_yahoo.com>
Date: 19 Feb 2006 10:07:32 -0800
Message-ID: <1140372452.665439.215210@o13g2000cwo.googlegroups.com>

vc wrote:
> Mikito Harakiri wrote:
> [...]
> > Working out the left side of distributivity equation we have:
> >
> > A && (B || C) = { (x,v,t) | A(x,t) and ( exists y B(y,v,t) or exists z
> > C(z,v,t) ) }
>
> With the relations B and C both being empty, you'd get an emtpy set
> regardless of A.

Yes.

> WIth either B or C (or both) being non-empty, you'd
> get {(x, v, t) | A(x,t) }

Why? The v variable (as well as t) is binded with the "exists y B(y,v,t) or exists z
C(z,v,t)" expression.

> where it's unclear what domain 'v' ranges
> over. Is that what you've intended ?

I don't see domain dependence there. Can you be more specific? Received on Sun Feb 19 2006 - 12:07:32 CST

Original text of this message

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