Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse EMPLOYEE STATUS Table


XXX


Field Name

Description

Data Type

Length

FIRST_NAME

The person's first name.

VARCHAR2

30

FULL_NAME

The full name of the person.

VARCHAR2

90

IS_CURRENT_TODAY

An indicator that the person is active: Yes or No.

VARCHAR2

5

KRB_NAME_UPPERCASE

The Kerberos username of a person, in uppercase.

VARCHAR2

8

LAST_NAME

The person's last name.

VARCHAR2

30

MIDDLE_NAME

The person's middle name (where available).

VARCHAR2

30

MIT_ID

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

VARCHAR2

9

OFFICE_LOCATION

The person's primary office address at MIT.

VARCHAR2

30

OFFICE_PHONE

The person's primary office telephone number at MIT.

VARCHAR2

20

UNIT_ID

The Institute-assigned identification number of a department, school, center, or lab.

VARCHAR2

6

UNIT_NAME

The name of the department, school, center, or lab.

VARCHAR2

50