In magento we use two configurations of ORM: flat (flat table structure) and EAV (Entity Attribute Value). EAV is also known as object–attribute–value model, vertical database model and open schema. Actually, EAV is used to get flexibility for our data but it brings more complexity than relation...