Join both tables and keep table B in outer join. In where clause write a condition as:
B.KeyColumn is null
Hope this works.
Join both tables and keep table B in outer join. In where clause write a condition as:
B.KeyColumn is null
Hope this works.