Regular Route Vendor's License
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_regular_route_vendors_license
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_regular_route_vendors_license
CREATE TABLE table_1 (
"license_type" VARCHAR,
"license_number" BIGINT,
"applicant" VARCHAR,
"business_name" VARCHAR,
"issued_date" TIMESTAMP,
"licensed_date" TIMESTAMP,
"expire_date" TIMESTAMP,
"grace_expire_date" TIMESTAMP,
"last_renewal_date" TIMESTAMP,
"next_renewal_date" TIMESTAMP,
"status" VARCHAR,
"location" VARCHAR,
"open_from" VARCHAR,
"open_to" VARCHAR,
"days_of_week" VARCHAR,
"description" VARCHAR,
"product_1" VARCHAR,
"product_2" VARCHAR,
"product_3" VARCHAR,
"product_4" VARCHAR,
"product_5" VARCHAR
);
Anyone who has the link will be able to view this.