Section 2: Managing Your Database
This section covers the various ways that you can manage and analyze your MySQL data. We will discuss different ways of joining tables, creating objects to analyze data, and creating basic database clients through Node.js.
This section consists of the following chapters:
- Chapter 5, Correlating Data across Tables
- Chapter 6, Stored Procedures and Other Objects
- Chapter 7, Creating Database Clients in Node.js
- Chapter 8, Working with Data using Node.js