SELECT feed1.productName, feed2.supplierName FROM feed1, feed2 WHERE price <= :maxPrice AND feed1.supplierId = feed2.id