This document provides a quick introduction to SQL and using MySQL. It covers basic database and SQL concepts like entities, attributes, tables and schemas. It then explains how to install and use MySQL, including the MySQL Workbench tool. The document spends the majority of its time detailing SQL syntax for queries, data manipulation, and schema definition. It provides examples of queries, DDL and DML statements like SELECT, CREATE TABLE, INSERT, UPDATE and DELETE.