Magento – In which table the attribute set ids are stored in magento 2

attribute-setconfigurable-product-optionsdatabasemagento2.2.2

In which table the attribute set ids are stored in magento 2.

I wish to save the product with its attribute set id . So Please provide me a solution

Best Answer

Attribute set ids are store in eav_attribute_set table.

Table fields are like below

attribute_set_id : attribute set id store.

entity_type_id : entity type like customer catalog etc

attribute_set_name : store attribute set name

sort_order : store attribute set sort order