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?
I used Oracle SQL developer to export the table/s into CSV format and then did the comparison using WinMerge.