The NYC Parks Events Listing database is used to store event information displayed on the Parks website, nyc.gov/parks. There are seven related tables that make up the this database:
1. Events_Events table (This is the primary table that contains basic data about every event. Each record is an event.)
2. Events_Categories (Each record is a category describing an event. One event can be in more than one category.)
3. Events_Images (Each record is an image related to an event. One event can have more than one image.)
4. Events_Links (Each record is a link with more information about an event. One event can have more than one link.)
5. Events_Locations (Each record is a location where an event takes place. One event can have more than one location.)
6. Events_Organizers (Each record contains a group or person organizing an event. One event can have more than one organizer.)
7. Events_YouTube (Each record is a link to a YouTube video about an event. One event can have more than one YouTube video.)
The Events_Events table is the primary table. All other tables can be related by joining on the event_id. This data contains records from 2013 and on. For a complete list of related datasets, please follow
This Link