Multiple choice technology

can we generate surrogate key in informatica without sequence generator

  1. Yes

  2. no

  3. Maybe

  4. surrogate keys cannot be generated

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

Surrogate keys can be generated without a Sequence Generator transformation by using Expression transformations with logic like variables and counters to create sequential unique values, or by using database sequences, stored procedures, or other methods.