Hi team I have two Build data table
First data table
Column1 | Column2
A | A
A | B
B | A
C | D
Second Data table
Column1 | Column2
A | F
A | D
A | A
A | D
What is the Best approach to Know
that this row and Column A | A is exists in Second Data Table
and A | B is exists in Second Data Table as so on.