STUDENT COURSE ENROLLMENT Table
View exposing student course enrollment data.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ADVISOR_FULL_NAME |
Advisor full name associated with the person or organization. |
VARCHAR2 |
100 |
ADVISOR_MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
9 |
ATTENDED |
Attended associated with the record. |
VARCHAR2 |
1 |
COURSE |
Course associated with the record. |
VARCHAR2 |
9 |
COURSE_DEPARTMENT |
Course department associated with the record. |
VARCHAR2 |
6 |
COURSE_DESCRIPTION |
Description of course. |
VARCHAR2 |
30 |
COURSE_LEVEL |
Course level associated with the record. |
VARCHAR2 |
2 |
COURSE_OPTION |
Course option associated with the record. |
VARCHAR2 |
4 |
DEPT_OFFICE_CODE |
Code identifying dept office. |
VARCHAR2 |
0 |
ELIGIBLE_TO_REG |
Eligible to reg associated with the record. |
VARCHAR2 |
1 |
ENROLLMENT_KEY |
Surrogate key identifying the enrollment. |
VARCHAR2 |
15 |
ENROLL_STATUS_DESCRIPTION |
Description of enroll status. |
VARCHAR2 |
50 |
FULL_NAME |
Full name associated with the person or organization. |
VARCHAR2 |
100 |
IS_COURSE_CONFIDENTIAL |
Indicator identifying whether course confidential (Y/N). |
VARCHAR2 |
1 |
IS_DATES_ATTND_CONFIDENTIAL |
Indicator identifying whether dates attnd confidential (Y/N). |
VARCHAR2 |
1 |
IS_DEGREES_CONFIDENTIAL |
Indicator identifying whether degrees confidential (Y/N). |
VARCHAR2 |
1 |
IS_DOUBLE_MAJOR |
Indicator identifying whether double major (Y/N). |
VARCHAR2 |
1 |
IS_PRIMARY_ADVISOR |
Indicator identifying whether primary advisor (Y/N). |
VARCHAR2 |
1 |
IS_PRIMARY_COURSE |
Indicator identifying whether primary course (Y/N). |
VARCHAR2 |
1 |
IS_REG_TYPE_CONFIDENTIAL |
Indicator identifying whether reg type confidential (Y/N). |
VARCHAR2 |
1 |
IS_SERIOUS_CONFIDENTIAL |
Indicator identifying whether serious confidential (Y/N). |
VARCHAR2 |
1 |
IS_YEAR_CONFIDENTIAL |
Indicator identifying whether year confidential (Y/N). |
VARCHAR2 |
1 |
LAST_ACTIVITY_DATE |
Date associated with last activity. |
DATE |
|
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_TYPE_DESCRIPTION |
Description of reg type. |
VARCHAR2 |
50 |
SCE_KEY |
Surrogate key identifying the sce. |
VARCHAR2 |
36 |
STUDENT_COURSE_ENROLLMENT_KEY |
Surrogate key identifying the student course enrollment. |
VARCHAR2 |
15 |
STUDENT_YEAR |
Student year associated with the record. |
VARCHAR2 |
1 |
TERM_CODE |
Term code associated with the record. |
VARCHAR2 |
6 |
ULTIMATE_DEGREE |
Ultimate degree associated with the record. |
VARCHAR2 |
3 |
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |