Question
Read each sentence to find out whether there is any
grammatical error in it. The error, if any, will be in one part of the sentence. Mark the part with the error as your answer. If there is no error, mark āNo errorā as your answer (Ignore the errors of punctuation, if any). The macroeconomic conditions were also/ not favourable; however, the BJP won a mandate again,/ indicates the transformation of political language /concomitant with the ideological discourse of the Sangh Parivar.Solution
āindicatingā works better than āindicatesā in this sentence. With āindicatingā, we are turning it into a participial phrase that modifies the whole preceding clause, which fits the sentence.
Which command removes all rows but keeps table structure?
Which SQL clause is used to filter results after a GROUP BY operation?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which SQL function is used to calculate the average of a numeric column?
Recursive CTEs are mainly used for:
Which SQL feature allows hierarchical queries (e.g., org chart traversal)?
Which of the following can be used to avoid duplicate entries in a column?
Which of the following is true about a foreign key?
Which SQL function returns the number of rows in a table?
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to: