I) R-S=n(maximum). // if no tuple in R matches with tuple in S.
=0(minimum) // all tuples matches.
II) S-R=m(maximum)
=0(minimum) // same reason as above.
III) R Natural join S=0(minimum) // no tuple matches.
=(maximum)we cannot tell, it depends on relations.
IV) R left join S=n(minimum)
=(maximum) we cannot tell,it also depends on relation.