This document summarizes Chapter 3 of a database textbook on SQL. It covers:
1) The basic structure of SQL queries involving SELECT, FROM, and WHERE clauses that correspond to relational algebra operations like projection, selection, and joins.
2) SQL data definition language and commands for creating, altering and dropping tables.
3) Data types, domains, integrity constraints and other table schema aspects defined in SQL.
4) Additional SQL features like aggregation functions, subqueries, views and modification of databases.