Maryland Full And Part Time Jobs By Industry: 2010 to 2020
Total Full and Part-Time Jobs in Maryland by Type and Industry from 2010 to 2020. Sourced from the U.S. BEA Table CAEMP25N.
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 \"opendata-maryland-gov/maryland-full-and-part-time-jobs-by-industry-2010-szeq-nd9z\".\"maryland_full_and_part_time_jobs_by_industry_2010\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.