Multiple Choice
You want to filter a product collection so that it will return only SKUs 12 and 123. You will use a call to $collection->addFieldToFilter ('sku', ____________ ) ; Two of the following arrays could be used to complete that call correctly. Which two? (Choose two)
A) array ('sku' => 12, 'sku' => 123)
B) array (array ('eq' => 12) , array ('eq' => 123) )
C) array (12 => true, 123 => true) '
D) array (12, 123)
E) array (array ('int' => 12) , array ('int' => 123) )
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which three of the following will return
Q2: Which of the following options would cause
Q3: Which three of the following object types
Q4: Which one of the following controller classes
Q6: Which of the following xpaths defines the
Q7: You want to define a list of
Q8: In which config areas are layout files
Q9: To implement a standard Adminhtml form for
Q10: When setData ('some', 'value') is called on
Q11: What does Magento use to determine whether