MySQL Homework

The instruction for this homework are located here. Submit all code needed to complete the homework to the D2L dropbox.

The connection code for the world database is:

connection = pymysql.connect(
host = "dsc140.cmgtlybtlnmh.us-east-2.rds.amazonaws.com",
user = "guest",
password = "UMUdsc140",
db="world")