You need to find all orders in the processing state. You have written the code:

How do you resolve the exception?
Answer : B
A custom module must make changes to the schema following each setup:upgrade run. This must be done after all other module's schema updates have been applied.
How is this accomplished?
Answer : D
How do you persist an entity to the database?
Answer : D
How does Magento store customer address attribute values?
Answer : D
A merchant requires the ability to configure contact information for their brick and mortar stores as a CSV file upload. The module already exists and contains an etc/adminhtml/system.xml file where the new field can be added.
How do you specify the class that will process the uploaded file?
Answer : C
The module MyCompany_MyModule will add a new page to the admin interface at the URL path admin/mycompany/entity_grid.
How do you name the file containing the action controller class so the admin router matches the path to the class?
Answer : D
How do you add a new link into the My Account sidebar?
Answer : C