Question
In the sentence, certain words are in bold and numbered
from A to E, which are the possible pairs to be interchanged. Choose the pair(s) of words which need to be interchanged to make the sentence grammatically correct and meaningful. The manager’s decision to (A) allocate more resources to marketing was widely (B) welcomed by the team, who felt that their efforts were finally being (C) acknowledged . However, there was a sense of (D) implementing when it came to (E) reluctance the new strategy, as some team members feared it might lead to more work for them.Solution
The sentence makes more sense if (D) implementing and (E) reluctance are swapped, as follows: D ("implementing") should be replaced with E ("reluctance") to describe the "sense of reluctance" about the new strategy. E ("reluctance") should go where D is, because it's about the hesitation to carry out or execute the new strategy.
Which SQL clause is used to filter results after a GROUP BY operation?
Which SQL clause is used to group rows?
What is an SQL `VIEW`?
Which SQL keyword prevents duplicate rows in result?
Which SQL command is used to remove a table completely?
Which clause is used to sort query results in SQL?
Which SQL operator is used to search for a pattern in a column?
Which of the following statements about SQL `INDEXES` is generally TRUE?
Which join returns rows from the left table even when there is no matching row in the right table, filling with NULLs for the right side?
What is an SQL `VIEW`?