Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 543 Bytes

notes.md

File metadata and controls

19 lines (12 loc) · 543 Bytes

Data Modeling Notes

Requirements

A client has hired you to build an API for managing zoos and the animals kept at each zoo. The API will be used for zoos in the United States of America, no need to worry about addresses in other countries.

For the zoos the client wants to record:

  • name.
  • address.

For the animals the client wants to record:

  • name.
  • species.
  • list of all the zoos where they have resided.

Determine the database tables necessary to track this information. Label any relationships between table.