Suppose I have two tables, t1 and t2 which are identical in layout but which may contain different data.
What\'s the best way to diff these two tables?
You can try using set operations: MINUS and INTERSECT
MINUS
INTERSECT
See here for more details: O'Reilly - Mastering Oracle SQL - Chapter 7 - Set Operations