Table Comparison Options

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

Questions by kumar_bods

Showing Answers 1 - 9 of 9 Answers

vuppala

  • Oct 13th, 2011
 

We have 3 options in TC:
Row by row:
Cache comparison:
Input Sort:

  Was this answer useful?  Yes

sandy

  • May 31st, 2015
 

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

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions