1.

What Is The Difference Between Joiner And Lookup?

Answer»

joiner is used to join two or more tables to retrieve DATA from tables(just LIKE joins in sql).
Look up is used to CHECK and compare source table and target table .(just like correlated sub-query in sql).

joiner is used to join two or more tables to retrieve data from tables(just like joins in sql).
Look up is used to check and compare source table and target table .(just like correlated sub-query in sql).



Discussion

No Comment Found