Multiple choice technology databases Single-Row Functions can return multiple results per row. True 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.