This document provides an introduction to Structured Query Language (SQL) and T-SQL. It discusses the basic SELECT statement and how to select data from single and multiple tables using various join types. The key topics covered include the SELECT statement syntax, arithmetic and logical operators, filtering rows with WHERE, sorting with ORDER BY, and performing inner, outer, left, right and full joins. Examples are provided throughout to illustrate each SQL concept.