DemographicDim View

Purpose

Describes the student demographics available for analysis via the StudentSchoolDemographicsBridge View and StudentLocalEducationAgencyDemographicsBridge View. Part of the Core View Collection.

SQL Object

analytics.DemographicDim

Usage Notes

See How to Use the Student Dimensions for usage examples.

The data have an implicit parent-child relationship. Run the following query for a list the "parent" demographic keys:

select
	distinct
	DemographicParentKey
from
	analytics.DemographicDim

This gives us the following parent keys:

  • CohortYear
  • Disability
  • DisabilityDesignation
  • Language
  • LanguageUse
  • Race
  • StudentCharacteristic
  • TribalAffiliation

The DemographicKey column exists in order to establish a unique key for indexing purposes. As a general rule, the column need not be used or made available to report designers. The DemographicLabel column is the one of primary interest for use in filters and/or visual display, as can be seen in the following sample rows (two for each parent key):

DemographicKeyDemographicParentKeyDemographicLabel
CohortYear:2003-Eighth gradeCohortYear2003-Eighth grade
CohortYear:2024-Eighth gradeCohortYear2024-Eighth grade
Disability:Motor impairmentDisabilityMotor impairment
Disability:AUTDisabilityAUT
DisabilityDesignation:Individuals with Disabilities Education ActDisabilityDesignationIndividuals with Disabilities Education Act
DisabilityDesignation:OtherDisabilityDesignationOther
Language:aarLanguageaar
Language:abkLanguageabk
LanguageUse:Correspondence languageLanguageUseCorrespondence language
LanguageUse:Dominant languageLanguageUseDominant language
Race:American Indian - Alaska NativeRaceAmerican Indian - Alaska Native
Race:AsianRaceAsian
StudentCharacteristic:Displaced HomemakerStudentCharacteristicDisplaced Homemaker
StudentCharacteristic:Foster CareStudentCharacteristicFoster Care
TribalAffiliation:Absentee-ShawneeTribalAffiliationAbsentee-Shawnee
TribalAffiliation:AfognakTribalAffiliationAfognak

Data Sources

Data Standard 2.2

In the older data standard, the demographics were all stored in the school relationship — therefore this is little different than the StudentSchoolDim View.

Data Standard 3+

Structure

Data Standard 2.2

Column

Data Type

Source

Description

DemographicKeyString"{DemographicParentKey}:{DemographicLabel}"Primary key
​DemographicParentKeyStringHard-coded value
DemographicLabelStringDescriptor.CodeValue from various source tables

Data Standard 3+

Column

Data Type

Source

Description

DemographicKeyString"{DemographicParentKey}:{DemographicLabel}"Primary key
​DemographicParentKeyStringHard-coded value
DemographicLabelStringDescriptor.CodeValue from various source tables

Contents