This document provides a lesson on using SQL SELECT statements to retrieve data from database tables. It covers the basic SELECT statement syntax, selecting specific columns, column aliases, arithmetic expressions, NULL values, concatenation operators, literal strings, the DISTINCT keyword, and using the DESCRIBE command to view table structures. The objectives are to be able to list the capabilities of SQL SELECT statements and execute a basic SELECT statement.