| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Expressing SQL in relational algebra
How can I express "John likes Mary" using relational algrebra using
only "John", "likes", "Mary", intersection operator(^) and grouping
operators ("()")? The expression should not find "Mary likes John",
"like John Mary", etc. Would the following expression be correct:
(((John ^ John) ^ likes) ^ Mary)
Received on Fri Mar 28 2003 - 09:39:02 CST
![]() |
![]() |