NotethatifIperformanINNERJOINonallthreetables,Iwouldonlyreturnproduct1(Router),whichispresentinallthreetables.However,Iwouldneedhimtoreturnallresultstome,butwithoutrepeatinginformation.Ex.:
IfIhave7routersintheestoque1
tableand9routersintheestoque2
table,Iwouldneedthefinalresulttobe16routers.
Anditwouldalsoneedtoreturnallresultsthatwererelatedtothecadastro_produtos
table.
Theexpectedresultwouldbe:
How can I proceed in this case?