Multiple choice technology databases

Single-Row Functions can return multiple results per row.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Single-row functions (like UPPER, SUBSTR, ROUND) return exactly one result per input row processed. The statement claims they can return multiple results per row, which is incorrect - that would describe aggregate functions or group functions.