Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem with my data modelling because datas repeat themselves
Do you know any best pratices to avoid this problem
You can see my star modelling in attached file
Yours faithfully,
There are two approaches:
1) combine tables LIVRAISON_MD, COMMANDE_MD and OBJCMDE into one table
2) if 1 is not possible, load separate client information for each of the three above tables with different table names and different PK field names like:
LIVRAISON_CLIENT.LIVRAISON_CODECLI to LIVRAISON_MD.LIVRAISON_CODECLI
COMMANDE_CLIENT.COMMANDE_CODECLI to COMMANDE_MD.COMMANDE_CODECLI
OBJCMD_CLIENT.OBJCMDE_CODECLI to OBJCMDE.OBJCMDE_CODECLI