This document provides an introduction to SQL, including:
1) SQL is a high-level query language that expresses "what to do" rather than "how to do it", allowing the database management system to optimize queries.
2) SQL has a history dating back to the 1970s and is now an ANSI/ISO standard, though commercial systems may offer additional features.
3) SQL allows defining schemas, creating and dropping tables, and specifying data types, keys, and other integrity constraints.