Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse SUBJECT ENROLLMENT DETAIL Table


View exposing subject enrollment detail records including student enrollment attributes associated with academic subjects.


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

80

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

REG_STATUS

Reg status associated with the record.

VARCHAR2

40

REG_STATUS_DATE

Date associated with reg status.

DATE

RESEARCH_SUPERVISOR_MIT_ID

MIT ID number of the person. Use this field to join with other tables containing data about people at MIT.

VARCHAR2

9

RESEARCH_SUPERVISOR_NAME

Research supervisor name associated with the record.

VARCHAR2

77

STUDENT_COUNT

Student count associated with the record.

NUMBER

STUDENT_TERM_ENROLLMENT_KEY

Surrogate key identifying the student term enrollment.

VARCHAR2

15

SUBJECT_KEY

Surrogate key identifying the subject.

VARCHAR2

16

SUBJECT_REG_STATUS_KEY

Surrogate key identifying the subject reg status.

VARCHAR2

2

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE