2026-03-26 08:37:53 +00:00
|
|
|
-- Mart: School admissions — one row per URN per year
|
|
|
|
|
|
|
|
|
|
select
|
|
|
|
|
urn,
|
|
|
|
|
year,
|
2026-03-27 09:29:27 +00:00
|
|
|
school_phase,
|
2026-03-26 08:37:53 +00:00
|
|
|
published_admission_number,
|
|
|
|
|
total_applications,
|
2026-03-27 09:29:27 +00:00
|
|
|
first_preference_applications,
|
|
|
|
|
first_preference_offers,
|
|
|
|
|
first_preference_offer_pct,
|
2026-04-08 11:29:40 +01:00
|
|
|
oversubscription_ratio,
|
2026-03-27 09:29:27 +00:00
|
|
|
oversubscribed,
|
|
|
|
|
admissions_policy
|
2026-03-26 08:37:53 +00:00
|
|
|
from {{ ref('stg_ees_admissions') }}
|