Skip to main content

SchoolDim View

Purpose

Contains attributes of a school including its local and state education agency hierarchy. Part of the Core View Collection.

SQL Object

analytics.SchoolDim

Usage Notes

The school dimension contains the flattened physical address as a single string. It also contains the city, county, and state, which can be used as filters or pivots. The view also includes flattened key and name values for these related entities: local education agency, state education agency, and education service center.

Data Sources

Data Standard 2.2

SchoolDim (DS2.2)

Data Standard 3+

SchoolDim (DS3)

Structure

Column NameData TypeSource TableDescription
SchoolKeyintSchool.SchoolIdPrimary Key
SchoolNamestringEducationOrganization.NameOfInstitution
SchoolTypestringSchoolType.CodeValue
LocalEducationAgencyNamestringEducationOrganization.NameOfInstitution
LocalEducationAgencyKeyintSchool.LocalEducationOrganizationId
StateEducationAgencyNamestringEducationOrganization.NameOfInstitution
StateEducationAgencyKeyintLocalEducationOrganization.StateEducationAgencyId
EducationServiceCenterNamestringEducationOrganization.NameOfInstitution
EducationServiceCenterKeyintLocalEducationAgency.EducationServiceCenterId
SchoolAddressstringConcatenation of StreetNumber, AparatmentRoomSuiteNumber, City, State abbreviation, and PostalCode from EducationOrganizationAddressWhere Descriptor Constant for address type is "Physical".
SchoolCitystringEducationOrganizationAddress.CityWhere Descriptor Constant for address type is "Physical".
SchoolStatestringStateAbbreviationType.CodeValue (DS 2.2)

Descriptor.CodeValue (DS 3+)
Where Descriptor Constant for address type is "Physical".
LastModifiedDatedatetimeMost recent LastModifiedDate value from EducationOrganization, SchoolType, or SchoolAddress