Oklahoma Institutions Of Higher Education
State of Oklahoma
@usgov.state_of_oklahoma_oklahoma_institutions_of_higher_educ_b8d46f5e
State of Oklahoma
@usgov.state_of_oklahoma_oklahoma_institutions_of_higher_educ_b8d46f5e
CREATE TABLE n__m_ok_higher_ed_map (
"name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"phone1" VARCHAR,
"phone2" VARCHAR,
"url" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
CREATE TABLE n__m_oklahoma_institutions_of_higher_education_map (
"name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"phone1" VARCHAR,
"phone2" VARCHAR,
"url" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
CREATE TABLE data_oklahoma_institutions_of_higher_education (
"name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"phone1" VARCHAR,
"phone2" VARCHAR,
"url" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.