Greenbook
City of New York
@usgov.city_of_new_york_greenbook
City of New York
@usgov.city_of_new_york_greenbook
CREATE TABLE table_1 (
"agency_name" VARCHAR,
"agency_acronym" VARCHAR,
"agency_website" VARCHAR,
"first_name" VARCHAR,
"last_name" VARCHAR,
"middle_initial" VARCHAR,
"name_suffix" VARCHAR,
"office_title" VARCHAR,
"division_name" VARCHAR,
"parent_division" VARCHAR,
"grand_parent_division" VARCHAR,
"great_grand_parent_division" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"phone_1" VARCHAR,
"phone_2" VARCHAR,
"fax_1" VARCHAR,
"fax_2" VARCHAR,
"agency_primary_phone" VARCHAR,
"division_primary_phone" VARCHAR,
"section" VARCHAR
);
Anyone who has the link will be able to view this.