1) The document discusses analytic functions in Oracle, which allow OLAP-style operations directly in SQL queries.
2) Analytic functions include ranking, aggregation, row comparison, and statistical functions. They operate on partitions of the result set or sliding windows of rows.
3) Analytic functions are processed after the WHERE clause but before ORDER BY, and allow ordering the results in different ways than the final output.