Question:medium

Match List-I with List-II:
List-IList-II
(A) group by(III) having
(B) mid()(IV) text function
(C) count()(II) aggregate function
(D) mod()(I) math function

Show Hint

Remember: \textbf{Aggregate functions} summarize data (COUNT, SUM), \textbf{text functions} work on strings (MID), and \textbf{math functions} handle numbers (MOD).
Updated On: Feb 15, 2026
  • (A)-(III), (B)-(IV), (C)-(II), (D)-(I)
  • (A)-(I), (B)-(III), (C)-(II), (D)-(IV)
  • (A)-(II), (B)-(IV), (C)-(I), (D)-(III)
  • (A)-(III), (B)-(IV), (C)-(II), (D)-(I)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Identify function purposes.
- group by: Statement for grouping rows, used with the having clause → (III).
- mid(): String manipulation function for extracting substrings → (IV) text function.
- count(): Aggregate function for row or value counting → (II).
- mod(): Mathematical function returning the remainder → (I).

Step 2: Establish correct pairings.
(A) corresponds to (III), (B) to (IV), (C) to (II), and (D) to (I).
Final Answer: \[\boxed{(A)-(III), (B)-(IV), (C)-(II), (D)-(I)}\]
Was this answer helpful?
0