Multiple choice technology

Cardinality in Framework manager is

  1. Relationship between Fact and Dimension

  2. Relationship between Dimension and Dimension

  3. All the above

  4. Relationship with tables from different data sources.

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

Cardinality in Framework Manager defines the numerical relationship between two tables (1:1, 1:N, N:1, or N:N) regardless of table type. It can represent relationships between fact and dimension tables (common in star schemas), between dimension tables (when dimensions relate to each other), or between any other tables in the model. Cardinality affects how Framework Manager generates SQL and handles joins. Option D is incorrect because cardinality is defined per relationship, not by data source.