The document outlines two types of single-row character functions in SQL: case-manipulation functions (lower, upper, initcap) and character-manipulation functions (concat, substring, left, right, trim, replace). Each function is described with its purpose, syntax, and examples of usage. These functions are essential for manipulating and formatting character strings in SQL queries.