This document discusses single-row SQL functions. It defines single-row functions as functions that manipulate or return data for each row independently. The document categorizes common single-row functions such as character, number, date and conversion functions. It provides examples of how to use functions like TO_CHAR, TRUNC, and NVL. Nested functions and conditional expressions using DECODE are also introduced.