Solved

When SetData ('Some', 'Value') Is Called on an EAV Entity

Question 10

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions