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:
= pymysql.connect(
connection = "dsc140.cmgtlybtlnmh.us-east-2.rds.amazonaws.com",
host = "guest",
user = "UMUdsc140",
password ="world") db