Query Power Users

Data Dictionary Keyword Search

This Data Dictionary contains student related Access.SMU database tables commonly used in the query tool. In the keyword search below you may enter the table name, field name, or the common name for the information you are seeking.
| List All Tables
Table Information for STDNT_ENRL:

Table: STDNT_ENRL - Student Enrollment Table
Short Description: Students and enrolled classes

Long Description: Shows student's enrolled classes, credit hours, and official grade.

Useful Fields:
Field NameField Descr
EMPLIDStudent/Person ID number
ACAD_CAREERCode for Academic Career. Value attached to the student.
STRMCode for Term
CLASS_NBRClass Number, a unique value within each term for a class section.
CRSE_CAREERAcad Career of the course
SESSION_CODESession Code, within a term (most useful in Summer)
STDNT_ENRL_STATUSStudent enrollment status in a class (enroll, drop, etc.)
ENRL_STATUS_REASONReason for change in student's enrollment status (enrolled, withdraw, etc.)
ENRL_ADD_DTDate class added to student's schedule
ENRL_DROP_DTDate student dropped a class
UNT_TAKENTerm hours taken
UNT_PRGRSSTerm credit hours taken
GRADING_BASIS_ENRLGrading type (ABC, pass/fail, etc.)
CRSE_GRADE_OFFOfficial Grade in class
REPEAT_CODECode assigned to first instance of a repeated course
EARN_CREDITStudent earned credit for the class
INCLUDE_IN_GPAInclude class in GPA
GRADE_POINTSGrade points for a class
RQMNT_DESIGNTNCode for requirement used to enroll in restricted course

Criteria Notes:
Join to this table to pull enrolled student's classes
Typically begin with STDNT_CAR_TERM prior to joining to STDNT_ENRL
To pull enrolled students: STDNT_ENRL_STATUS = E and ENRL_STATUS_REASON in ('ENRL','EWAT')
To pull enrolled students: STDNT_ENRL_STATUS = E ( in conjunction with not withdrawn on STDNT_CAT_TERM).
To include withdrawals in the count (count all who receive a grade): STDNT_ENRL_STATUS = E

Related Tables: ACAD_CALTRM_TBL  CLASS_TBL  ENRL_REQ_DETAIL  GRADE_ROSTER  STDNT_CAR_TERM  XLATTABLE_VW 



For updates, corrections or questions Email Stephen Forrest.