select * from T1 where PK1 not in (select PK2 from T2)
union
select * from T2 where PK2 not in (select PK1 from T1)