A
an
Hello.
Happy new year for all!
I have
T_Products: IdProduct, Product, UnitPrice
T_Clients: IdClient, Product(acquired),
T_Places: IdPlace, Place, Km
I'm difficult is to make relationships between theese
tables, because:
One Client acquire one or Many Products
but
Equals Products it may be to Many Clients
and
One Place has one or more Clients.
Thanks in advance.
an
Happy new year for all!
I have
T_Products: IdProduct, Product, UnitPrice
T_Clients: IdClient, Product(acquired),
T_Places: IdPlace, Place, Km
I'm difficult is to make relationships between theese
tables, because:
One Client acquire one or Many Products
but
Equals Products it may be to Many Clients
and
One Place has one or more Clients.
Thanks in advance.
an