This document provides an overview of single-row functions in SQL. It describes various types of functions including character, number, date, conversion and general functions. It provides examples of how to use these functions in SELECT statements to manipulate and return data from individual rows. Key functions discussed include TO_CHAR, TO_NUMBER, TO_DATE, NVL, CASE, and DECODE. The document aims to describe how to use SQL functions to modify individual data items and output for groups of rows.