PERSON OSP Table
XXX
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
DIRECTORY_TITLE |
A person's position title as listed in the MIT directory; this will be the person's "preferred" title if they specify a descriptive title that differs from their official MIT title (Primary_Title). |
VARCHAR2 |
50 |
EMAIL_ADDRESS |
A person's complete electronic mail address including user name and node name, for example, username@school.edu. |
VARCHAR2 |
100 |
FACULTY_FLAG |
Flag identifying whether or not an employee is a member of the faculty (yes or no). |
VARCHAR2 |
1 |
FULL_NAME |
The full name of the person. |
VARCHAR2 |
100 |
HOME_UNIT |
The persons primary department. |
VARCHAR2 |
6 |
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 |
40 |
OFFICE_PHONE |
The person's primary office telephone number at MIT. |
VARCHAR2 |
15 |
SECONDARY_OFFICE_LOCATION |
The secondary office building-room number of the person, where listed. |
VARCHAR2 |
40 |