Multiple choice technology

________________ is used to solve chasm trap,fan trap and loops.

  1. Alias

  2. Context

  3. Outer join

  4. None of the above

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

In Business Objects universe schema design, Context is used to resolve join path problems including chasm traps, fan traps, and loops. A Context defines specific join paths for queries, preventing SQL generation issues when multiple paths exist between tables. Alias is used for table aliasing in loops but doesn't solve all three issues alone.