Face Amount by Program by State- October 2013
VBA- Insurance Lob- Face Mount by program by State- October 2013.
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 \"datahub-va-gov/face-amount-by-program-by-state-october-2013-3ctr-s4s9\".\"face_amount_by_program_by_state_october_2013\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.