DRAG DROP Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series. Start of repeated scenario You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.) 

Seen this in the official guide and labs: first step is Table.RemoveColumns (to get rid of non-English name columns), then Table.RenameColumns after (to match the model's field names). Pretty sure that's how MS wants it. Disagree?
First you want to get rid of the unneeded columns like Spanish and French names. After that, it's way easier to just rename what's left to match what the model wants ("Category", etc). Makes sense with how Power Query steps work and I've seen this order on official practice too. Not 100% if there's some edge case but feels right here. Agree?
