Percentage Distribution of Users by Era of Initial Service and Sex, FY 2021
Percentage distributions of sexes across eras of initial service, FY2021. Data underlying the seventh figure of Part 1 of the FY 2021 Utilization Profile, a report on Veterans' use of VA benefits and services.
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/percentage-distribution-of-users-by-era-of-initial-mx3r-2rtv\".\"percentage_distribution_of_users_by_era_of_initial\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.