Applicant Level Data For Junior Admissions Rounds
City of York Council
@ukgov.pupil_level_outcome_summary_junior
City of York Council
@ukgov.pupil_level_outcome_summary_junior
CREATE TABLE plos_junior_2015 (
"allocated" BIGINT,
"n_1stpref" BIGINT,
"n_2ndpref" VARCHAR,
"n_3rdpref" VARCHAR,
"n_4thpref" VARCHAR,
"n_5thpref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);
CREATE TABLE plos_junior_2016 (
"allocated" BIGINT,
"n_1stpref" BIGINT,
"n_2ndpref" DOUBLE,
"n_3rdpref" VARCHAR,
"n_4thpref" VARCHAR,
"n_5thpref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);
CREATE TABLE plos_junior_2017 (
"allocated" DOUBLE,
"n_1stpref" BIGINT,
"n_2ndpref" DOUBLE,
"n_3rdpref" VARCHAR,
"n_4thpref" VARCHAR,
"n_5thpref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);
CREATE TABLE plos_junior_2018 (
"allocated" BIGINT,
"n_1stpref" BIGINT,
"n_2ndpref" DOUBLE,
"n_3rdpref" VARCHAR,
"n_4thpref" VARCHAR,
"n_5thpref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);
CREATE TABLE plos_junior_2019 (
"allocated" BIGINT,
"n_1stpref" BIGINT,
"n_2ndpref" VARCHAR,
"n_3rdpref" VARCHAR,
"n_4thpref" VARCHAR,
"n_5thpref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_junior_2020 (
"allocated" BIGINT,
"n_1stpref" BIGINT,
"n_2ndpref" VARCHAR,
"n_3rdpref" VARCHAR,
"n_4thpref" VARCHAR,
"n_5thpref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_junior_2021 (
"allocated" BIGINT,
"n_1st_pref" BIGINT,
"n_2nd_pref" BIGINT,
"n_3rd_pref" BIGINT,
"n_4th_pref" BIGINT,
"n_5th_pref" BIGINT,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);
CREATE TABLE plos_junior_2022 (
"allocated" BIGINT,
"n_1st_pref" BIGINT,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" VARCHAR,
"n_4th_pref" VARCHAR,
"n_5th_pref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_junior_2023 (
"allocated" BIGINT,
"n_1st_pref" BIGINT,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" VARCHAR,
"n_4th_pref" VARCHAR,
"n_5th_pref" VARCHAR,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);
CREATE TABLE plos_junior_2024 (
"allocated" DOUBLE,
"n_1st_pref" DOUBLE,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" DOUBLE,
"n_4th_pref" DOUBLE,
"n_5th_pref" DOUBLE,
"catch_primary" VARCHAR,
"catch_prim" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_junior_2025 (
"allocated" DOUBLE,
"n_1st_preference" DOUBLE,
"n_2nd_preference" VARCHAR,
"n_3rd_preference" VARCHAR,
"n_4th_preference" VARCHAR,
"n_5th_preference" VARCHAR,
"catchment_name" VARCHAR,
"catchment_code" DOUBLE,
"year" BIGINT
);
Anyone who has the link will be able to view this.