A star schema has what type of relationship between a dimension and fact table?
-
Many-to-many
-
One-to-one
-
One-to-many
-
All of the above.
C
Correct answer
Explanation
In a star schema, each dimension table relates to the fact table in a one-to-many relationship - one dimension record (like Product ID) links to many fact table records (transactions). The dimension is the 'one' side, facts are the 'many' side. Many-to-many would require a bridge table, and one-to-one is atypical in dimensional modeling.