Find columns from two tables that are not directly related

0

I have 5 tables: cliente , produto , compra , compra_produto and fornecedor .

And the following relationships:

compra (fk_cliente)
compra_produto (fk_compra)
compra_produto (fk_produto)
produto (fk_fornecedor)

I want to show customers and suppliers of your products (purchased). But I can not mount the query .

    
asked by anonymous 23.04.2017 / 02:20

0 answers