Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse STUDENT ENROLLMENT STATUS Table


View exposing student enrollment status data.


Field Name

Description

Data Type

Length

ATTENDED

Attended associated with the record.

VARCHAR2

1

COURSE

Course associated with the record.

VARCHAR2

12

COURSE_2

Course 2 associated with the record.

VARCHAR2

12

COURSE_2_DESCRIPTION

Description of course 2.

VARCHAR2

30

COURSE_3

Course 3 associated with the record.

VARCHAR2

12

COURSE_3_DESCRIPTION

Description of course 3.

VARCHAR2

30

COURSE_DESCRIPTION

Description of course.

VARCHAR2

30

CURRENT_TERM

Current term associated with the record.

VARCHAR2

30

CURRENT_TERM_CODE

Code identifying current term.

VARCHAR2

6

DEPT_2

Dept 2 associated with the record.

VARCHAR2

6

DEPT_2_NAME

Dept 2 name associated with the record.

VARCHAR2

30

DEPT_3

Dept 3 associated with the record.

VARCHAR2

6

DEPT_3_NAME

Dept 3 name associated with the record.

VARCHAR2

30

ELIGIBLE_TO_REG

Eligible to reg associated with the record.

VARCHAR2

1

ENROLL_STATUS

Enroll status associated with the record.

VARCHAR2

2

ENROLL_STATUS_DESCRIPTION

Description of enroll status.

VARCHAR2

50

FULL_NAME

Full name associated with the person or organization.

VARCHAR2

100

HOME_DEPARTMENT

Home department associated with the record.

VARCHAR2

30

HOME_DEPARTMENT_CODE

Home department code associated with the record.

VARCHAR2

6

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_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

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

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE