Education Directory
State of Connecticut
@usgov.state_of_connecticut_education_directory
State of Connecticut
@usgov.state_of_connecticut_education_directory
CREATE TABLE table_1 (
"district_name" VARCHAR,
"school_name" VARCHAR,
"organization_type" VARCHAR,
"organization_code" BIGINT,
"address" VARCHAR,
"town" VARCHAR,
"zipcode" VARCHAR,
"phone" VARCHAR,
"prekindergarten" BIGINT,
"kindergarten" BIGINT,
"grade_1" BIGINT,
"grade_2" BIGINT,
"grade_3" BIGINT,
"grade_4" BIGINT,
"grade_5" BIGINT,
"grade_6" BIGINT,
"grade_7" BIGINT,
"grade_8" BIGINT,
"grade_9" BIGINT,
"grade_10" BIGINT,
"grade_11" BIGINT,
"grade_12" BIGINT,
"student_open_date" TIMESTAMP,
"interdistrict_magnet" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.