Multiple choice technology databases

Which is Single Row Function?

  1. CONCAT

  2. MOD

  3. ROUND

  4. CONVERSION FUNCTION

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

All listed options are single-row functions in SQL: CONCAT (string concatenation), MOD (modulo operation), ROUND (numeric rounding), and conversion functions (TO_CHAR, TO_DATE, etc.) all operate on individual row values rather than aggregating across multiple rows like aggregate functions.