Multiple choice technology

If you configure a Lookup transformation to use a dynamic cache, you can use only the equality operator (=) in the lookup condition

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When using a dynamic cache in a Lookup transformation, Informatica PowerCenter restricts the lookup condition to only the equality operator (=). This is because dynamic cache needs exact matches to efficiently cache and lookup values during session runtime - other operators like inequality or pattern matching would require different caching strategies that dynamic cache doesn't support.