Question:

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: Sep 18, 2025
  • (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)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Recall functions.
- group by: Used with having clause to group rows → (III).
- mid(): A string function that extracts a substring → (IV) text function.
- count(): An aggregate function used to count rows/values → (II).
- mod(): A mathematical function that returns the remainder → (I).

Step 2: Match correctly.
(A) - (III), (B) - (IV), (C) - (II), (D) - (I).
Final Answer: \[ \boxed{(A)-(III), (B)-(IV), (C)-(II), (D)-(I)} \]
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions