Let's say we have a table on two different database server ( for eg. dev and test). I want to compare the data stored in this table.
Suppose after executing the table on the dev database server, we get 10 values and same amount of data, we get on the test database server. My concern is how to compare the values that comes in each row.
Is there any specific tool for this?