This document provides an overview of SQL (Structured Query Language) and examples of common SQL statements. SQL is a standard language for accessing and manipulating databases. It can be used to query databases, insert/update/delete records, and create/modify database structures. The document then demonstrates SQL statements for selecting, filtering, ordering, grouping, joining, and aggregating data. It also covers SQL functions, expressions, and wildcards that can be used in queries.