Forum Discussion
Dicko
Helper II
5 years agoWhat relationship to use?
I have a FactDossiers table FactDossiers id_dossier ... Each dossier can have multiple timelines Timelines id_dossier created_at ... What relationship s...
- 5 years ago
Dicko , two facts should not join. Better to merge and have a single table.
But do that if you do not have any other dimesions. if these are only two table, then you can manage with this
amitchandak
Super User
5 years agoDicko , two facts should not join. Better to merge and have a single table.
But do that if you do not have any other dimesions. if these are only two table, then you can manage with this