Multiple Choice
You are developing a module and need to add another column to a table introduced by another module MyCompany_MyModule via db schema. How do you do that?
A) Create a etc/db_schema.xml file in your module, add the column and run bin/magento setup:upgrade Create a etc/db_schema.xml file in your module, add the column and run bin/magento setup:upgrade
B) Create a etc/db.xml file in your module, add the column and run bin/magento setup:db-schema:upgrade etc/db.xml file in your module, add the column and run bin/magento setup:db-schema:upgrade
C) Run a command: bin/magento setup:db-schema:upgrade <table> <column definition> Run a command: bin/magento setup:db-schema:upgrade <table> <column definition>
D) Create a etc/db_schema_whitelist.json file in your module, add the column and run bin/magento setup:upgrade etc/db_schema_whitelist.json file in your module, add the column and run
Correct Answer:

Verified
Correct Answer:
Verified
Q51: You have configured an event observer to
Q52: What is the difference between online and
Q53: You are developing a new theme which
Q54: You are adding an entry to the
Q55: A custom module needs to log all
Q57: You are debugging a problem resulting from
Q58: In layout files you can change al
Q59: There are two different configurable products which
Q60: How do you add a new link
Q61: You are working on a Magento store