Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse SUBJECT ENROLL GRADED DETAIL Table


View exposing graded subject enrollment detail records including enrollment and grading attributes by academic subject.


Field Name

Description

Data Type

Length

FULL_NAME

Full name associated with the person or organization.

VARCHAR2

80

GRADE

Grade associated with the record.

VARCHAR2

5

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

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