Question
In the following questions, four words in the sentence
have been highlighted and numbered. These words may be incorrectly placed. You have to identify the pair of words that need to be interchanged to make the sentence grammatically and contextually correct. If no interchange is required, choose No interchange. While private investment remains subdued (A), public capital expenditure has played a catalytic (B) role in crowding (C) growth impulses (D) across sectors.Solution
The phrase “catalytic role” is appropriately used to describe how public capital expenditure stimulates activity. The word “crowding” is acceptable as a gerund functioning within the phrase “role in crowding growth impulses,” which implies stimulating or triggering growth across sectors. Although “crowding in” is more commonly used, the absence of “in” does not make the sentence incorrect in this context. Each highlighted word fits logically and grammatically where it is placed. Any attempted interchange would either distort meaning or introduce grammatical inconsistency. Hence, no interchange is required, making option (e) correct.
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
What does re.sub(r'(\w+)', r'_\1_', 'hello world') return?
In an E-R diagram, a double rectangle represents a:
Which isolation level allows dirty reads?
Examine the following Java-like code:Â
  ```java
  class Parent {
    String name = "Parent";
    p...
A `FOREIGN KEY` constraint is used to:
In paging, the page size is defined by:
Which SQL clause is used to group rows based on one or more columns?
Which aggregate function returns the number of rows that match a specified criterion?
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?