Single-row functions are built-in functions that operate on a single row of data at a time and return a single result for each row. These functions can be used to manipulate data values within a query, perform calculations, or apply transformations to the data. Examples of single-row functions include mathematical functions (such as ABS or ROUND), string functions (such as SUBSTR or CONCAT), and date functions (such as TO_CHAR or MONTH). By applying single-row functions to the retrieved data, we can modify or format the values as needed before displaying or using them further.