Forum Discussion

Dicko's avatar
Dicko
Icon for Helper II rankHelper II
5 years ago
Solved

What 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...
  • amitchandak's avatar
    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