I would like you to help me with a problem, because I am learning and I have an urgent job: I have a table called 'vendor', another called 'invoice', they are related to a foreign key. In addition there is another table called 'product', related to 'invoice'.
I need to show the products that each vendor has sold, worth the redundancy.
With GROUP BY I try to group by seller, but, I do not know how to make all the products that have sold out. Example image: