Part B – Enterprise Zone Businesses-Begin Exemption-Qualified Property 2022*
This report includes data from Enterprise Zone Businesses to begin exemption on qualified property in 2022. This is Part B 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-b-enterprise-zone-businessesbegin-vz8d-k6jn\".\"part_b_enterprise_zone_businessesbegin\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.