Database design and population

You will work with your web application team for this assignment.

Goals

Rubric

1 - author names are in a comment at the top of convert.py 1 - CREATE TABLE statements are in database-schema.sql in your data folder 3 - Quality of database design (based on principles in readings and videos) 3 - convert.py converts the raw CSV files (or JSON files if that's what you have) into CSV files matching the tables in database-schema.sql 3 - the output files from convert.py load successfully into the tables specified in database-schema.sql 4 - the SQL queries in queries.sql run correctly against the resulting populated database (1 point apiece)

Your tasks

Some hints and suggestions

Have fun!