In this video, you will learn about the basic SQL commands used to manipulate data in a MySQL database. Specifically, you will learn how to create tables, insert data into tables, update existing data and delete data using the CREATE TABLE, INSERT, UPDATE and DELETE queries.