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: Relation Schemata vs. Relation Variables

Re: Relation Schemata vs. Relation Variables

From: Erwin <e.smout_at_myonline.be>
Date: 21 Aug 2006 06:44:26 -0700
Message-ID: <1156167866.680361.248340@i3g2000cwc.googlegroups.com>

> NOT EXISTS
> (SELECT SupplierId
> FROM Suppliers /* before */
> WHERE Status = 20
> EXCEPT
> SELECT SupplierId
> FROM Suppliers' /* after */) ;

Is this an example of, to quote, "a relational expression in the general form of some join between t and t'." ???????????? Received on Mon Aug 21 2006 - 08:44:26 CDT

Original text of this message

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