I would like to build a report that matches between 2 tables based on a common key that should exist in both tables.
I would like to show the matching rows marked "MATCH" and the ones without match marked "MISMATCH"
For the matched rows I would like to show only one record (not both rows from both tables) however records without a match should be shown from both tables.