This document provides summaries of common SQL statements including SELECT, INSERT, UPDATE, DELETE, ALTER TABLE, CREATE TABLE, JOIN, GROUP BY and more. Each statement is summarized with its basic syntax structure and purpose. For example, SELECT is used to retrieve data from one or more tables and includes the columns to select, tables to query from and optional filters.