Skip to main content

StudentSectionDim View

Purpose

Attributes related to a student's enrollment in a section. Part of the Core View Collection.

SQL Object

analytics.StudentSectionDim

Usage Notes

Instead of providing a view with one row per section (SectionDim ), the StudentSectionDim provides one row per student and section. This design makes it possible to link a grade fact with the StudentSectionDim in the Early Warning System Collection.

Data Sources

Data Standard 2.2

StudentSectionDim (DS2.2)

Data Standard 3+

StudentSectionDim (DS3)

Structure

ColumnData TypeSourceDescription
​StudentSectionKeystring​{StudentKey}-{SectionKey}Primary Key
StudentKeyintStudentSectionAssociation​.StudentUniqueId
SectionKeystringStudentSectionAssociation​ -Concatenation of all elements of the Section natural key
LocalCourseCodestringStudentSectionAssociation​..LocalCourseCode
SubjectstringAcademicSubjectType.CodeValue (DS 2.2)

Descriptor.CodeValue (DS 3+)
CourseTitlestringCourse.CourseTitle
TeacherNamestring{Staff.FIrstName} {Staff.LastName} via StaffSectionAssociationComma-delimited list of all staff associated with the section
StudentSectionStartDateKeystringStudentSectionAssociation.BeginDateYYYY-MM-DD
StudentSectionEndDateKeystringStudentSectionAssociation.EndDateYYYY-MM-DD
SchoolKeyintStudentSectionAssociation.SchoolId
SchoolYearstringStudentSectionAssociation.SchoolYear
LastModifiedDatedatetimeMost recent LastModifiedDate value from StudentSectionAssociation, Course, CourseOffering, AcademicSubjectType