Now I want to put data into my table
Here I have inserted a single record of data into my table
Notice the order follows the structure of my table
Notice Strings are enclosed in Quotes
To see the data I have entered I can use a simple select statement:
mysql> SELECT * FROM characters;
Let’s add a few more characters, to make this more like a real table