phpMyAdmin MySQL database – How to create table, insert data, set up foreign key

In this tutorial you will learn how to create a table in phpMyAdmin for a MySQL database, and how to insert data into the table, followed by how to set up a foreign key, so that the values of one column in the one table refer to values of a column in another table.