Single-row functions in SQL allow users to manipulate data within individual rows and return a single result per row. This document describes different types of single-row functions including character, number, date, and conversion functions. It provides examples of how to use functions like UPPER, ROUND, ADD_MONTHS, TO_CHAR, and NVL to modify, format, and convert data as needed for SELECT statements. Nesting functions allows multiple operations to be performed sequentially on a data element.