VetPop2020 Branch Distribution, FY2000-2023
Percent distribution of VetPop2020 estimates and projections by branch of service for fiscal years 2000 through 2023.
“All Others” includes U.S. Coast Guard, U.S. Public Health Service, National Oceanic and Atmospheric Administration, and Reserves
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/vetpop2020-branch-distribution-fy20002023-bam8-9mxz\".\"vetpop2020_branch_distribution_fy20002023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.