Question
Spot the grammatical errors in the given sentence. Mark
the part with error as your answer. If there is no error, mark "No error" as the answer. (Ignore punctuation error) On the second day of the workshop, (a) / participants does a situational analysis of the state (b) / and spoke about their plan of action (c) / for implementing the Act. (d) / No error (e)Solution
In Part B, we should use the simple past form of tense. The use of word 'does' should be replaced by 'did'
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
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 the primary purpose of a PL/SQL `CURSOR`?
Which SQL clause is used to filter results after a GROUP BY operation?
Which clause is used to sort query results in SQL?
What is the main function of a PL/SQL `TRIGGER`?
SQL Injection can be prevented by all EXCEPT:
Recursive CTEs are mainly used for:
Which SQL operator is used to search for a pattern in a column?
Which SQL function returns the number of rows in a table?