I have a table Producto
and a table Proveedor
(are related by campoidProducto
).
In this particular case I want a query that results in all the products, and for each product show a provider (a product can have several providers, you only need to show one since it is for a visualization of products).