This document discusses various SQL functions in DBMS including single row functions, group functions, character functions, number functions, date functions, and conversion functions. It provides examples of commonly used functions like ROUND, TRUNC, SQRT, MOD, DATE functions, and TO_CHAR/TO_DATE conversion functions. It also covers general functions like NVL, NVL2, NULLIF, COALESCE, CASE, and DECODE that can work on different data types and avoid null values. Set operators are briefly mentioned to combine multiple queries.