Part D – Enterprise Zone Businesses - Authorized for Future Exemption(s) on Qualified Property, 2021
This report includes data from Enterprise Zone Businesses - authorized for future exemption(s) on qualified property. This is Part D of a four(4) part report. A data dictionary and additional notes document are attached as resources. For more information, visit https://www.oregon.gov/biz/programs/enterprisezones
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"oregon-gov/part-d-enterprise-zone-businesses-authorized-for-wyik-itew\".\"part_d_enterprise_zone_businesses_authorized_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.