SSM SUBJECT ENROLLMENT DETAIL Table
View exposing detailed student subject-enrollment records for SSM reporting including subject, student-term enrollment, revenue classifications, MIT identifier, registration status, units, registrant counts, and enrollment key.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ENROLLMENT_KEY |
Surrogate key identifying the enrollment. |
VARCHAR2 |
15 |
FULL_NAME |
Full name associated with the person or organization. |
VARCHAR2 |
60 |
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
NUMBER_OF_UNITS |
Number of units associated with the record. |
NUMBER |
2 |
REGISTRANT_COUNT |
Registrant count associated with the record. |
NUMBER |
|
REG_STATUS |
Reg status associated with the record. |
VARCHAR2 |
40 |
REG_STATUS_DATE |
Date associated with reg status. |
DATE |
|
SSM_STUDENT_REVENUE_KEY |
Surrogate key identifying the ssm student revenue. |
VARCHAR2 |
19 |
SSM_UNIQID_REVENUE_KEY |
Surrogate key identifying the ssm uniqid revenue. |
VARCHAR2 |
14 |
STUDENT_TERM_ENROLLMENT_KEY |
Surrogate key identifying the student term enrollment. |
VARCHAR2 |
15 |
SUBJECT_KEY |
Surrogate key identifying the subject. |
VARCHAR2 |
16 |
UNIQID_COUNT |
Uniqid count associated with the record. |
NUMBER |
|
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |