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, such as UPPER or SYSDATE, operate on each row individually and return exactly one value per row. They cannot produce multiple results from a single input row; that behavior belongs to set‑returning functions, making the statement false.