Mixed Beverage Sales Receipts
City of Austin
@usgov.city_of_austin_mixed_beverage_sales_receipts
City of Austin
@usgov.city_of_austin_mixed_beverage_sales_receipts
CREATE TABLE table_1 (
"taxpayer_number" BIGINT,
"taxpayer_name" VARCHAR,
"taxpayer_address" VARCHAR,
"taxpayer_city" VARCHAR,
"taxpayer_state" VARCHAR,
"taxpayer_zip" VARCHAR,
"taxpayer_county" BIGINT,
"location_number" BIGINT,
"location_name" VARCHAR,
"location_address" VARCHAR,
"location_city" VARCHAR,
"location_state" VARCHAR,
"location_zip" BIGINT,
"location_county" BIGINT,
"inside_outside_city_limits" VARCHAR,
"tabc_permit_number" VARCHAR,
"responsibility_begin_date" TIMESTAMP,
"responsibility_end_date" TIMESTAMP,
"obligation_end_date" TIMESTAMP,
"total_sales_receipts" DOUBLE,
"total_taxable_receipts" DOUBLE
);
Anyone who has the link will be able to view this.