i hope you don't mind my saying so, but this sounds like homework
i'll only do the first of these for you
all the fields where f1 <> f2 --
Code:
select f1, f2 from t1 where f1 <> f2
are you
sure you want the above query combined with the second query?
may i ask you, what have you tried for the second query?
do you have any SQL books nearby?
please look up NOT EXISTS and let me know what it says
