Multiple choice technology databases

How can we resolve the loops?

  1. Only Alias

  2. Removing the unnecessary tables.

  3. Aliases or context

  4. Only Context

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

In data transformation scenarios involving multiple pipelines or circular references, loops can be resolved by using aliases (alternative names for tables) or by providing context that clarifies which version of a table to use at each point in the data flow. Simply removing tables or using only one method is not sufficient - you need both options available depending on the complexity of the mapping.