This document provides a lesson on retrieving data using SQL SELECT statements. It covers the basic capabilities and syntax of SELECT statements, including selecting specific columns, using column aliases, arithmetic expressions, concatenation operators, and the DISTINCT keyword. It also demonstrates the DESCRIBE command to view table structures. The objectives are to be able to list the capabilities of SELECT statements and execute a basic SELECT query.