SAMHSA Synar Reports: Youth Tobacco Sales
1997-2018. Substance Abuse and Mental Health Services Administration (SAMHSA). Synar Reports: Youth Tobacco Sales. Policy – Youth Tobacco Sales. SAMHSA’s Synar Report on Youth Tobacco Sales presents findings on compliance of the Synar Amendment aimed at decreasing youth access to tobacco, and reviews progress in enforcing State youth tobacco access laws and in reducing the percentage of retailers selling tobacco products to minors.
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 \"cdc-gov/samhsa-synar-reports-youth-tobacco-sales-escb-scz6\".\"samhsa_synar_reports_youth_tobacco_sales\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.