VGLI Coverage Amount by State as of December 31, 2011
<p>Provides the amount of Veterans' Group Life Insurance (VGLI) coverage by state. This report provides a snapshot of the amount of VGLI coverage as of December 31, 2011. For members who reside outside the United States, coverage is not identified by individual country. The total amount of coverage was captured to ensure 100% of the population was identified in the report.</p>
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/vgli-coverage-amount-by-state-as-of-december-31-pzd7-ifzb\".\"vgli_coverage_amount_by_state_as_of_december_31\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.