Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse SSM STUDENT REVENUE Table


This is a dimension table which contains the different groupings of the Courses (majors) and levels (eg. graduate, undergraduate) in which the students are enrolled. This table is used in the Sloan School of Management (SSM)'s tuition/revenue sharing project.


Field Name

Description

Data Type

Length

SSM_STUDENT_REVENUE_KEY

Key field used to join to the SSM_STUDENT_REVENUE table. This field should be used only for joining data, NOT for reporting.

VARCHAR2

19

STUDENT_REVENUE_GROUP

XXX

VARCHAR2

40

STUDENT_REVENUE_TYPE

XXX

VARCHAR2

30

STUDENT_TYPE

XXX

VARCHAR2

5

WAREHOUSE_LOAD_DATE

The date the record was loaded into the Data Warehouse from the source system.

DATE

8