Fall 2014 CSCI 343 Homework 7

This assignment is due by 11:00 PM on 25 March. Upload it to the Moodle page for HW 7. You should upload a SQL text file dump of your database. In sqlite this can be produced by typing something similar to the following commands.

.output YOURNAMEHERE_hw7.sql
.dump
.exit

Creating tables

Write some SQL CREATE TABLE statements suitable for creating the database you described in Homework 6. Also, populate the tables with some sample data.