Good afternoon, I would like to know if there are possibilities to bring everything in a row with the following tables:
Pedidos
id
id_produto1
id_produto2
id_produto3
Produtos
id
produto
I wanted to make a select that brings the orders table with the name of the products on the side of each product_id in a row. Is it possible?
Example
id | id_produto1 | produto | id_produto2 | produto | id_produto3 | produto
1 | 2 | arroz | 3 | feijão | 4 | Macarrão