001 Introduction to MySQL
002 Login to MySQL database server & execute basic SQL statements
003 Keywords, Identifiers, Constants and Clauses
004 Data Definition Language (DDL) & Data Manipulation Language (DML)
005 How to create & use a database in MySQL
006 How to create a table in MySQL database
007 Update an existing table in MySQL
008 Delete or remove an existing table from MySQL database
009 Add data rows or records in MySQL table
010 View or retrieve data rows from MySQL table
011 Update data rows inside MySQL table
012 Delete or remove data rows from MySQL table
013 Important Data types in MySQL
014 Important Conditions & Operators in MySQL
015 Data grouping, sorting & dates in MySQL
016 Important SQL constraints in MySQL database
017 Learn how to design a relational database in MySQL
018 How to backup & restore database in MySQL