Multiple choice technology

Which of the following is not a reserved keyword of the transformation language?

  1. TRUE

  2. SUCCESS

  3. AND

  4. NULL

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

The Informatica transformation language has reserved keywords that cannot be used as identifiers. TRUE, AND, and NULL are all reserved keywords with specific meanings. SUCCESS is not part of the reserved keyword set - it can be used as a user-defined variable name or column alias without conflict. This distinction matters when naming transformation ports or variables.