Humane Society ER-Relational Mapping

Before you begin:

Given this EER model:

humane-society.svg

(dot source)

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