Multiple choice technology

While creating a Join in Framework Manager

  1. We cannot specify cardinality

  2. We join all the tables to parameter variable

  3. We should check for loops and fan traps

  4. We cannot create a join between two dimension tables

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

When creating joins in Framework Manager, you must validate the model for loops (circular relationships that create infinite query paths) and fan traps (ambiguous many-to-one relationships through multiple paths). These structural issues cause incorrect query results or performance problems. Option A is wrong - cardinality can and should be specified. Option B is nonsense. Option D is incorrect - dimension tables can be joined.