When setData (‘some’, ‘value’) is called on an EAV entity and the entity is saved to the database,
__________________.

A.
the ‘value’ of the attribute named ‘some’ is saved in the eav_values table
B.
the ‘value’ of the attribute named ‘ some’ is saved in one of the entity’s tables depending on its datatype (for
example, entityname_varchar)
C.
the data will be stored in the EAV registry making ‘ some’ ‘value’ available to the entity
D.
the ‘value’ of the attribute named ‘some’ is saved in the eav_attribute_values table