Briefing Magento Knowledge

Which of the following methods will force an EAV resour…

Which of the following methods will force an EAV resource collection model to include an attribute in its result
set?

A.
addAttributeToSelect ($attribute);

B.
getResource ( ) ->addAttribute($attribute);

C.
addFieldToSelect ($attribute);

D.
getSelect ( )->from ( ‘ ‘, $attribute);

E.
addAttributeToCollection ($attribute);