This document provides an overview of SQL and MySQL fundamentals including:
- MySQL is a popular open source relational database management system commonly used for web applications. It includes tools like PHPMyAdmin.
- Key SQL concepts are explained such as databases, tables, columns, rows, primary keys, foreign keys, and indexes.
- The main SQL languages - DML, DDL, DCL, TCL - are defined along with common commands in each.
- Basic SQL functions are also covered including aggregate, scalar, and join functions.