Oklahoma Fire Stations
State of Oklahoma
@usgov.state_of_oklahoma_oklahoma_fire_stations_94dca
State of Oklahoma
@usgov.state_of_oklahoma_oklahoma_fire_stations_94dca
CREATE TABLE n__m_ok_fire_stations (
"fire_stations" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"phone" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
CREATE TABLE n__m_oklahoma_fire_stations_map (
"fire_stations" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"phone" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.