EECS FRESHMAN Table
View exposing EECS freshman enrollment detail by term including student identifiers, names, course and registration attributes, enrollment status, load level, and units of load.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ATTENDED |
Attended associated with the record. |
VARCHAR2 |
1 |
COURSE |
Course associated with the record. |
VARCHAR2 |
12 |
COURSE_DESCRIPTION |
Description of course. |
VARCHAR2 |
30 |
COURSE_OPTION |
Course option associated with the record. |
VARCHAR2 |
4 |
ELIGIBLE_TO_REG |
Eligible to reg associated with the record. |
VARCHAR2 |
1 |
EMAIL_ADDRESS |
Email address associated with the record. |
VARCHAR2 |
60 |
ENROLL_STATUS |
Enroll status associated with the record. |
VARCHAR2 |
2 |
ENROLL_STATUS_DESCRIPTION |
Description of enroll status. |
VARCHAR2 |
50 |
FIRST_NAME |
First name associated with the record. |
VARCHAR2 |
15 |
HOME_DEPARTMENT |
Home department associated with the record. |
VARCHAR2 |
6 |
IS_COURSE_CONFIDENTIAL |
Indicator identifying whether course confidential (Y/N). |
VARCHAR2 |
1 |
IS_E_MAIL_CONFIDENTIAL |
Indicator identifying whether e mail confidential (Y/N). |
VARCHAR2 |
1 |
IS_YEAR_CONFIDENTIAL |
Indicator identifying whether year confidential (Y/N). |
VARCHAR2 |
1 |
LAST_NAME |
Last name associated with the record. |
VARCHAR2 |
60 |
LOAD_LEVEL_CODE |
Code identifying load level. |
VARCHAR2 |
2 |
LOAD_LEVEL_CODE_DESCRIPTION |
Description of load level code. |
VARCHAR2 |
50 |
MIDDLE_NAME |
Middle name associated with the record. |
VARCHAR2 |
15 |
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 |
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 |