you can do it easily with MINUS operator, follows pseudocode

Code:
select * from table_a
minus
select * from table_b
;