Welcome to tutorial no. 2 in our MySQL tutorial series. In the first tutorial, we discussed how to connect to MySQL and create a database. In this tutorial, we will learn how to create a table and insert records into that table. MySQL Series Index Connecting to MySQL and creating a Database Creating a Table and Inserting Rows Selecting single and multiple rows Prepared statements - WIP Updating rows - WIP