COMP 340: Databases, Spring 2018

Project Milestone 3

Your task for this milestone is get data that you can use to populate your database.

Your database will probably need some initial "seed" data to get started, as usually an application running with an empty database is not particularly useful, because lots of features can't be demonstrated on an empty database. For instance, if you are building an online store, having no products and/or no registered customers does not make for a useful application.

What to turn in

  • On Moodle, turn in your populate script (this will probably be either a file called populate.sql, or populate.py). I should be able to directly run this file on my computer, either by running the SQL commands in SQLite, or by running the populate.py program. If you have altered your database schema, upload a new version of schema.sql as well.