Magento Question:
Download Questions PDF

What is EAV in Magento?

Answer:

In EAV database model, data are stored in different smaller tables rather than storing in a single table. Example: Product name is stored in catalog_product_entity_varchar table. Product id is stored in catalog_product_entity_int table. Product price is stored in catalog_product_entity_decimal table. Magento Use EAV database model for easy upgrade and development as this model gives more flexibility to play with data and attributes.

Download Magento Interview Questions And Answers PDF

Previous QuestionNext Question
Which features are used of Magento?Described Magento's MVC architecture?