There are three way to copy the data for this assignment into PostgreSQL
- Download the csv files and load them into PostgreSQL using the import/export function
- Download the csv files and use the code provided under the "--Populating [tblName] from CSV file" in the CreatingTables.sql file
- Use the Insert code bits under the headers of "--Populate [tblName] with SQL Code" in the CreatingTables.sql file