FY 11_Q2 Education Recipients by State
<p>FY 11 Education Recipients by State (Through the 2nd qtr. FY11). The data represents the number of individuals by VA education program who have used their VA education benefit during fiscal year 2011(Through the 2nd qtr. FY11). State statistics may include individuals who used their education benefits in more than one state, therefore the total within this table may be different than the total number of beneficiaries during the fiscal year.</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/fy-11q2-education-recipients-by-state-7rcw-hs62\".\"fy_11q2_education_recipients_by_state\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.