Historic Preference Percentages For Admissions Rounds
City of York Council
@ukgov.schools_historic_preferences
City of York Council
@ukgov.schools_historic_preferences
CREATE TABLE historic_preferences_junior (
"option" VARCHAR,
"year" BIGINT,
"quantity" BIGINT,
"percentage" DOUBLE
);
CREATE TABLE historic_preferences_primary (
"option" VARCHAR,
"year" BIGINT,
"quantity" BIGINT,
"percentage" DOUBLE
);
CREATE TABLE historic_preferences_secondary (
"option" VARCHAR,
"year" BIGINT,
"quantity" BIGINT,
"percentage" DOUBLE
);
Anyone who has the link will be able to view this.