Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse PERSON HELP Table


View exposing helper or lookup records used to support person-related reporting and application logic.


Field Name

Description

Data Type

Length

DEPARTMENT_ID

Business identifier for the department.

VARCHAR2

6

DEPARTMENT_NAME

Department name associated with the record.

VARCHAR2

75

EMAIL_ADDRESS

Email address associated with the record.

VARCHAR2

100

FIRST_NAME

First name associated with the person.

VARCHAR2

40

KERBEROS_NAME

Kerberos name associated with the record.

VARCHAR2

8

LAST_NAME

Last name associated with the person.

VARCHAR2

60

MIDDLE_NAME

Middle name associated with the person.

VARCHAR2

40

MIT_ADDRESS

Mit address associated with the record.

VARCHAR2

40

MIT_ID

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

VARCHAR2

9

MIT_PHONE

Mit phone associated with the record.

VARCHAR2

15

PERSON_TYPE

Person type associated with the record.

VARCHAR2

8

TITLE_DEGREE

Title degree associated with the record.

VARCHAR2

50