| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Does Codd's view of a relational database differ from that of Date & Darwin? [M.Gittens]
On Fri, 10 Jun 2005 18:43:22 GMT, Jan Hidders
<jan.hidders_at_REMOVETHIS.pandora.be> wrote:
[snip]
>Sometimes you *can* say something, even though some of the variables are
>unknown. Suppose I told you x is a natural number, could you then tell
>me whether the following statements are true:
>
> (x > 5) or (x <= 5)
> (x - x) = 0
>
>I bet you could. :-)
Your first example is equivalent to
(x>5) or !(x>5)
Can you imagine the difficulty of figuring out all such possible interations of operators? And it could be for very little gain? It might not be so bad if you have fixed operators, but if you have user-defined operators, it could be horrendous.
Sincerely,
Gene Wirchenko Received on Mon Jun 13 2005 - 13:54:56 CDT
![]() |
![]() |