You are building a GIS for a city’s parks. Each park has an…

You are building a GIS for a city’s parks. Each park has an ID and a name. Each park can have many facilities of different types (e.g., “playground,” “tennis courts,” “restrooms”). Describe how you would store this information in a relational database. Your answer must include: 1) what tables are in the database (names and what fields they contain) and 2) how the tables can be linked (what fields connect them). Explain in one sentence why the relational database is useful in this case.