Ultimate Guide to MySQL
MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language.
Part 1: Working with Database
- Database Design
- Building of Database
- Create Table
- Change Table Structure
- Drop vs Truncate Table
- Using Database
- Database Normalization
Part 2: Working with Data
- SQL Statements
- Insert Data
- Update Data
- Delete Data
- Select Data from One Table
- Select Data from Two Tables