This document provides an overview of SQL and how business analysts use it. It begins by explaining why BAs use SQL for tasks like ad hoc reporting, requirements gathering, and research. It then defines SQL as the standard language for querying and extracting data from relational databases. The document discusses the differences between data and information, using Lego demos to illustrate. It covers the basic parts of a SELECT query like the SELECT, FROM, WHERE, and ORDER BY clauses. Finally, it briefly introduces different types of SQL joins that allow querying multiple tables.