Sub Brands>
resquery SELECT * FROM subbrand
inner join added_sub_brand on subbrand.id=added_sub_brand.sub_brand_id
inner join product_prices ON added_sub_brand.product_id=product_prices.product_id
where subbrand.brand_id=14 AND product_prices.country_id=5056 group by subbrand.id