j'ai 3 tables
projet(idp,nomprojet)
client(idc,nomclient)
association(idp,assoc,idc)
comment je peux récupérer pour chaque projet le nom de client correspondant?
j'ai 3 tables
projet(idp,nomprojet)
client(idc,nomclient)
association(idp,assoc,idc)
comment je peux récupérer pour chaque projet le nom de client correspondant?
Partager