EECS TERM ENROLLMENT Table
View exposing EECS term enrollment detail including student identifiers, course affiliations, registration status, load level, withdrawal date, and enrollment key.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ATTENDED |
Attended associated with the record. |
VARCHAR2 |
1 |
COURSE_1 |
Course 1 associated with the record. |
VARCHAR2 |
9 |
COURSE_2 |
Course 2 associated with the record. |
VARCHAR2 |
9 |
COURSE_3 |
Course 3 associated with the record. |
VARCHAR2 |
9 |
COURSE_DESCRIPTION_1 |
Course description 1 associated with the record. |
VARCHAR2 |
30 |
COURSE_DESCRIPTION_2 |
Course description 2 associated with the record. |
VARCHAR2 |
30 |
COURSE_DESCRIPTION_3 |
Course description 3 associated with the record. |
VARCHAR2 |
30 |
COURSE_LEVEL_1 |
Course level 1 associated with the record. |
VARCHAR2 |
2 |
COURSE_LEVEL_2 |
Course level 2 associated with the record. |
VARCHAR2 |
2 |
COURSE_LEVEL_3 |
Course level 3 associated with the record. |
VARCHAR2 |
2 |
DEPT_1 |
Dept 1 associated with the record. |
VARCHAR2 |
6 |
DEPT_2 |
Dept 2 associated with the record. |
VARCHAR2 |
6 |
DEPT_3 |
Dept 3 associated with the record. |
VARCHAR2 |
6 |
ELIGIBLE_TO_REG |
Eligible to reg associated with the record. |
VARCHAR2 |
1 |
ENROLLMENT_KEY |
Surrogate key identifying the enrollment. |
VARCHAR2 |
15 |
ENROLL_STATUS |
Enroll status associated with the record. |
VARCHAR2 |
2 |
ENROLL_STATUS_DESCRIPTION |
Description of enroll status. |
VARCHAR2 |
50 |
HOME_DEPARTMENT |
Home department associated with the record. |
VARCHAR2 |
6 |
IS_COURSE_CONFIDENTIAL |
Indicator identifying whether course confidential (Y/N). |
VARCHAR2 |
1 |
IS_YEAR_CONFIDENTIAL |
Indicator identifying whether year confidential (Y/N). |
VARCHAR2 |
1 |
LOAD_LEVEL_CODE |
Code identifying load level. |
VARCHAR2 |
2 |
LOAD_LEVEL_CODE_DESCRIPTION |
Description of load level code. |
VARCHAR2 |
50 |
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
REGISTERED |
Registered associated with the record. |
VARCHAR2 |
1 |
REG_GROUP |
Reg group associated with the record. |
VARCHAR2 |
1 |
REG_GROUP_DESCRIPTION |
Description of reg group. |
VARCHAR2 |
50 |
REG_TYPE |
Reg type associated with the record. |
VARCHAR2 |
1 |
REG_TYPE_DESCRIPTION |
Description of reg type. |
VARCHAR2 |
50 |
STUDENT_YEAR |
Student year associated with the record. |
VARCHAR2 |
1 |
TERM_CODE |
Code identifying term. |
VARCHAR2 |
6 |
UNITS_OF_LOAD |
Units of load associated with the record. |
NUMBER |
3 |
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |
|
WITHDRAW_DATE |
Date associated with withdraw. |
DATE |