Humane Society ER-Relational Mapping
Before you begin:
- Install MySQL
- Install an editor/database tool. Recommended options on the course resources page
Given this EER model:
Follow the steps in ER-Relation Mapping to create a relational database schema. Implement the schema in an SQL script named humane-schema-exercise.sql
. See SQL DDL for details on database schema creation, especially the slide on SQL Scripts.
Sample soluttion: humane-schema.sql, humane-data.sql
