Magento Database – Products and Categories Coupling Table

categorydatabasemagento-1product

Each product can be assigned to a category. I was wondering in which database table these products and categories are coupled.

Best Answer

product and category relation has been saved at table catalog_category_product and catalog_category_product_index.catalog_category_product is the main table

Related Topic