Applicant Level Data For Secondary Admissions Rounds
City of York Council
@ukgov.pupil_level_outcome_summary_secondary
City of York Council
@ukgov.pupil_level_outcome_summary_secondary
CREATE TABLE plos_secondary_2012 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_secondary_2013 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_secondary_2014 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_secondary_2015 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_secondary_2016 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" VARCHAR,
"catchmentcode" BIGINT,
"year" BIGINT
);
CREATE TABLE plos_secondary_2017 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_secondary_2018 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" VARCHAR,
"catchmentcode" DOUBLE,
"year" BIGINT
);
CREATE TABLE plos_secondary_2019 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" DOUBLE,
"catchmentcode" VARCHAR,
"year" BIGINT
);
CREATE TABLE plos_secondary_2020 (
"allocated" DOUBLE,
"n_1stpref" DOUBLE,
"n_2ndpref" DOUBLE,
"n_3rdpref" DOUBLE,
"n_4thpref" DOUBLE,
"n_5thpref" DOUBLE,
"catchmentname" DOUBLE,
"catchmentcode" VARCHAR,
"year" BIGINT
);
CREATE TABLE plos_secondary_2021 (
"allocated" DOUBLE,
"n_1st_pref" DOUBLE,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" DOUBLE,
"n_4th_pref" DOUBLE,
"n_5th_pref" DOUBLE,
"catchmentcode" DOUBLE,
"catchmentname" VARCHAR,
"year" BIGINT
);
CREATE TABLE plos_secondary_2022 (
"allocated" DOUBLE,
"n_1st_pref" DOUBLE,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" DOUBLE,
"n_4th_pref" DOUBLE,
"n_5th_pref" DOUBLE,
"column1" DOUBLE,
"catch_secondary" VARCHAR,
"year" BIGINT
);
CREATE TABLE plos_secondary_2023 (
"allocated" DOUBLE,
"n_1st_pref" DOUBLE,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" DOUBLE,
"n_4th_pref" DOUBLE,
"n_5th_pref" DOUBLE,
"catchmentcode" VARCHAR,
"catchmentname" VARCHAR,
"year" BIGINT
);
CREATE TABLE plos_secondary_2024 (
"allocated" DOUBLE,
"n_1st_pref" DOUBLE,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" DOUBLE,
"n_4th_pref" DOUBLE,
"n_5th_pref" DOUBLE,
"catchmentcode" DOUBLE,
"catchmentname" VARCHAR,
"year" BIGINT
);
CREATE TABLE plos_secondary_2025 (
"allocated" DOUBLE,
"n_1st_pref" DOUBLE,
"n_2nd_pref" DOUBLE,
"n_3rd_pref" DOUBLE,
"n_4th_pref" DOUBLE,
"n_5th_pref" DOUBLE,
"catch_sec" DOUBLE,
"catch_secondary" VARCHAR,
"year" BIGINT
);
Anyone who has the link will be able to view this.