OHR - Interpreter Tracking Database
Montgomery County is home to a diverse population. To best serve the public Montgomery County requires certain positions occupied by certified bi-lingual employees. This table highlights each department in the county with bi-lingual employees and their certified language.
Update Frequency : Annually
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 \"montgomerycountymd-gov/ohr-interpreter-tracking-database-52nq-tsa3\".\"ohr_interpreter_tracking_database\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.