How do you do that?

You want to remove a column introduced by a third-party extension via declarative schema.

How do you do that?
A . Create the etc/db_schema.xml file and specify disable=”true” on the column
B . Modify the original etc/db_schema.xml file and remove the column from there
C . Create a SchemaPatch file and remove the column programmatically
D . Copy the etc/db_schema.xml file into your module and remove the column from your copy

Answer: D

Latest AD0-E703 Practice Questions with 135 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
1 Comment
Santhosh
Santhosh
3 years ago

According to me Option A is the answer.
A . Create the etc/db_schema.xml file and specify disable=”true” on the column