Sometimes we need to show that the exact same data is produced by two different processes. We might be replacing one implementation of an algorithm with a more efficient one, or we might be running the same algorithm on a different technology. We want to show that the data in table_a and table_b is identical, or if it is not identical, we want to identify all differences. In this article, I want to share with you a method that helped me do this. Read More...