| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Relational Lattice, what is it good for?
Mikito Harakiri wrote:
> Likewise, "Push-cross-through-project"
>
> ( pi_x A(x,y) ) X B(z) = pi_x_z ( A(x,y,z) join B(z) )
Typo:
( pi_x A(x,y) ) X B(z) = pi_x_z ( A(x,y) X B(z) )
> ("x" union A(x,y) ) join B(z) =
> = "xz" union (A(x,y,z) join B(z))
Typo:
("x" union A(x,y) ) join B(z) =
= "xz" union (A(x,y) join B(z))
Received on Wed Feb 15 2006 - 14:24:13 CST
![]() |
![]() |