This document provides an introduction to SQL and summarizes some key SQL commands. It discusses commands for data definition language (DDL) including CREATE, ALTER, DROP, TRUNCATE, and RENAME. CREATE is used to create new tables, ALTER modifies existing table structures, DROP removes tables, TRUNCATE empties table contents, and RENAME renames tables. Examples are given for each DDL command.