Lookup Query

What kind of join (Inner,Outer,FULL) does a lookup generate while being used in a mapping in order to search for a particular field value?

Questions by Richa_Vig

Showing Answers 1 - 9 of 9 Answers

When used in mapping, is generates a inner join by default. However when it returns the value to the system, it does returns a NULL for unmatched records. So we can say that it is left outer join. So we must make sure in which context the question is asked.

  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