This document summarizes key functions and concepts in Oracle SQL including:
- Single-row functions for text manipulation (UPPER, LOWER, SUBSTR), numbers (ROUND, TRUNC), and dates (MONTHS_BETWEEN, TO_DATE)
- The DUAL table which provides a single row for testing functions
- Creating views to restrict and present data and sequences to generate unique numbers
- Advanced queries using subqueries, joins, and multiple-row functions