I have three tables
1) products
with following columns:
product_id, product_cat, product_cat_brand, product title, product_price, product_image
2) product_Category
with following columns
cat_id, cat_title
3) product_Brand
with following columns:
brand_id, brand_title
Question???
so my question is: which table will receive the foreign key of which other table? or in other words how i can make relations between these tables..