Texas Commission on Environmental Quality - On-site Waste Management
This table combines data from the IHW NOR Unit table and the IHW NOR Waste table to show which wastes generated by a site get managed in a particular waste management unit.
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 \"texas-gov/texas-commission-on-environmental-quality-onsite-ngm6-zsa6\".\"texas_commission_on_environmental_quality_onsite\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.