Department Of Licensing's Business Licenses Related To The Transportation Industry
State of Washington
@usgov.state_of_washington_department_of_licensings_business__47de294b
State of Washington
@usgov.state_of_washington_department_of_licensings_business__47de294b
CREATE TABLE table_1 (
"license_type" VARCHAR,
"license_number" DOUBLE,
"license_status" VARCHAR,
"expiration_date" VARCHAR,
"first_issue_date" VARCHAR,
"location_name" VARCHAR,
"location_street" VARCHAR,
"location_city" VARCHAR,
"location_state" VARCHAR,
"location_postal_code" VARCHAR,
"location_postal_code_4" DOUBLE,
"business_name" VARCHAR,
"business_street" VARCHAR,
"business_city" VARCHAR,
"business_state" VARCHAR,
"business_postal_code" VARCHAR,
"business_postal_code_4" DOUBLE,
"phone_number" VARCHAR
);
Anyone who has the link will be able to view this.