Part B – Enterprise Zone Businesses-Begin Exemption-Qualified Property 2023
This report includes data from Enterprise Zone Business Projects - with exemptions on qualified property. This is Part B of a four (4) part report. A data dictionary and additional notes document are attached as resources; column header numbers (1-6) can be located in the notes document for additional information.
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-b-enterprise-zone-businessesbegin-k3au-y3cd\".\"part_b_enterprise_zone_businessesbegin\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.