This document introduces SQL (Structured Query Language) and discusses its uses in Microsoft Access. It explains that SQL is used to interact with database data for tasks like running queries, filtering and sorting forms and reports, and specifying the recordset for a form or report. It also discusses some capabilities of SQL, like union queries, pass-through queries, and data definition queries, that cannot be performed using Access' Query Design tool. The document suggests that while most database users do not need to know SQL, understanding some of its basic capabilities can help make queries easier to design in some cases.