Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse STUDENT HOURLY APPT DETAIL Table


View exposing student hourly appt detail data.


Field Name

Description

Data Type

Length

APPT_BEGIN_DATE

Date associated with appt begin.

DATE

APPT_END_DATE

Date associated with appt end.

DATE

HR_JOB_KEY

Surrogate key identifying the hr job.

VARCHAR2

10

HR_ORG_UNIT_KEY

Surrogate key identifying the hr org unit.

VARCHAR2

46

HR_POSITION_KEY

Surrogate key identifying the hr position.

VARCHAR2

46

MIT_ID

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

VARCHAR2

9

PERSONNEL_KEY

Surrogate key identifying the personnel.

VARCHAR2

8

STU_APPT_KEY

Surrogate key identifying the stu appt.

VARCHAR2

30

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE