Welcome to tutorial no. 3 in our MySQL tutorial series. In the previous tutorial, we discussed creating a table and inserting rows into the table. In this tutorial, we will learn how to select a single row as well as multiple rows from a table. MySQL Series Index Connecting to MySQL and creating a Database Creating a Table and Inserting Rows Selecting Single Row and Multiple rows Prepared statements - WIP