Submitted Questions

  • Table Comparison Options

    What are the different options in table comparison? What are pre-requisites of sorted input?

    JS

    • Apr 21st, 2016

    Row by Row: When you have large table with less columns data then it is fine.

    Cache comparison: When you have large amount of data with huge columns then its fine.

    Sorted Input: When you have large amount of data with huge columns then its fine by sorted the data.

    sandy

    • May 31st, 2015

    Row by row: When you have large table you can use this option