This document provides an overview of Structured Query Language (SQL) and what will be covered. It discusses that SQL is a data manipulation language used to query and manage data in a database. The document outlines that SQL has three main types of commands: Data Definition Language for defining the database structure, Data Manipulation Language for maintaining and querying the data, and Data Control Language for administering privileges and transactions. It also notes that creating tables is part of the Data Definition Language that will be discussed.