I have this problem :
Tables:
Client -> Orders -> Order_product -> product_Info
I need to filter the products who are ordered at least once by each client
Sounds like you need to do an INNER JOIN between the product_Info and the Order_product tables.