Oklahoma Health Care Facilities
State of Oklahoma
@usgov.state_of_oklahoma_oklahoma_health_care_facilities_cb20d
State of Oklahoma
@usgov.state_of_oklahoma_oklahoma_health_care_facilities_cb20d
CREATE TABLE n__m_oklahoma_medical_facilities_locations (
"health_care_facility_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"phone1" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
CREATE TABLE n__m_map_of_oklahoma_health_care_facilities (
"health_care_facility_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"phone1" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
CREATE TABLE data_oklahoma_health_care_facilities (
"health_care_facility_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"phone1" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.