What does a bridge table resolve?
- A A many-to-many relationship between a fact and a dimension
- B A missing foreign key
- C A schema version conflict
- D A partitioning problem
Answer
A many-to-many relationship between a fact and a dimension
Without a bridge, many-to-many relationships either lose rows or double-count measures across the multiple related dimension members.





