| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Relation Schemata vs. Relation Variables
Jon Heggland wrote:
> vc wrote:
>
>>Jon Heggland wrote:
>>
[snip]
>>My point is that if 'update' is shorthand for the respective relational >>assignment, then by the same token the update constraint must be >>shorthand for the respective relvar constraint: IS_EMPTY(R RENAME >>(Salary AS NewSalary) JOIN R' RENAME (Salary AS >> >>>OldSalary) WHERE NewSalary < OldSalary).
Natural join joins on all attributes with the same name. Given the rename operations specified, that would be every attribute except Salary. If one wanted to limit the join, one could rename additional attributes or project the relations onto the attributes of interest. Received on Fri Sep 01 2006 - 10:42:49 CDT
![]() |
![]() |