Part II. Using MySQL

Table of Contents

7. Introduction to Using MySQL
7.1. Variations Between Operating Systems
7.2. Working From the Command Line
7.3. Using Query Browser
7.4. Sample Schema
8. Populating a Schema
8.1. Populating a Schema with a SQL File
9. Querying Data
9.1. Using SELECT
9.1.1. The SELECT Clause
9.2. Functions in Queries
9.3. Aggregate Functions in Queries
9.4. Using User Variables
9.5. Subqueries
10. Data Types
10.1. <Data Type>
11. Operators
11.1. <Operator Type>
12. Functions
12.1. <Function Type>
13. Modifying Data
13.1. Adding Data with the INSERT Statement