Open repository in Console
Readme
Updated over 5 years ago
‧ Indexed 11 months ago
VGLI Coverage Amount by State as of September 30, 2012
<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 September 30, 2012. 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-september-30-q2vm-t64x\".\"vgli_coverage_amount_by_state_as_of_september_30\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata