This document provides an introduction to selecting data from database tables in SQL. It discusses running SQL scripts, what a database table is, the basic SELECT statement syntax to retrieve data from a table including columns, filters, grouping and having. It also covers data types, primary keys, column aliases, and unlocking other user schemas.