?
, no| A | B | C |
| 1 | 3 | 1 |
| 3 | 4 | 3 |
| 3 | 3 |
to both arguments:

to left (or both):


,
,
, and
to argument(s) which apply (the following assumes R contains
all attributes in C)




CREATE VIEW Movies1996 AS SELECT * FROM Movie WHERE year=1996;
SELECT starName, studioName FROM Movies1996 NATURAL_JOIN StarsIn;

in reverse

,
M and N contain join attributes (those common to R
and S) and input attributes of L, where applicable
M and N contain join attributes and input attributes of L,
where applicable
,
M and N contain input attributes of L, where
applicable

cannot be pushed
past
,
,
,
, and