Iowa Liquor Products
State of Iowa
@usgov.state_of_iowa_iowa_liquor_products
State of Iowa
@usgov.state_of_iowa_iowa_liquor_products
This dataset provides a list of liquor products maintained by the Iowa Alcoholic Beverages Division.
Organization: State of Iowa
Last updated: 2023-01-19T23:57:54.822068
Tags: alcohol, liquor, products
CREATE TABLE table_1 (
"item_number" BIGINT,
"category_name" VARCHAR,
"item_description" VARCHAR,
"vendor" BIGINT,
"vendor_name" VARCHAR,
"bottle_volume_ml" BIGINT -- Bottle Volume (ml),
"pack" BIGINT,
"inner_pack" BIGINT,
"age" BIGINT,
"proof" BIGINT,
"list_date" TIMESTAMP,
"upc" BIGINT,
"scc" DOUBLE,
"state_bottle_cost" DOUBLE,
"state_case_cost" DOUBLE,
"state_bottle_retail" DOUBLE,
"report_date" TIMESTAMP
);Anyone who has the link will be able to view this.