This document provides an overview of a SQL tutorial being held on November 11th presented by Dave Stokes, MySQL Community Manager. It discusses some of the challenges PHP programmers face with SQL and relational database concepts. It provides explanations of relational algebra, database normalization forms, and SQL components like DDL and DML. Examples are given around creating tables, joins, foreign keys and other SQL statements. The goal is to help PHP programmers improve their skills with structured query language for working with databases.