Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse INSTRUCTOR VIEW Table


This table contains directory information plus tenure date for active employees whose Employee Type are "Faculty".


Field Name

Description

Data Type

Length

EMAIL_ADDRESS

A person's complete electronic mail address including user name and node name, for example, username@school.edu.

VARCHAR2

60

FIRST_NAME

The person's first name.

VARCHAR2

30

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

PRIMARY_TITLE

A person's primary appointment title.

VARCHAR2

51

TENURE_DATE

The date on which the faculty member was granted tenure.

DATE

8

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

16