EMPLOYEE DIRECTORY Table
Contains directory information about current employees only.
Field Name |
Description |
Data Type |
Length |
---|---|---|---|
DEPARTMENT_NAME |
The name of the department, school, center, or lab. |
VARCHAR2 |
50 |
DEPARTMENT_NUMBER |
The Institute-assigned identification number of a department, school, center, or lab. |
VARCHAR2 |
6 |
DIRECTORY_FULL_NAME |
XXX |
VARCHAR2 |
85 |
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 |
60 |
EMAIL_ADDRESS_UPPERCASE |
XXX |
VARCHAR2 |
100 |
FIRST_NAME |
The person's first name. |
VARCHAR2 |
30 |
FULL_NAME |
The full name of the person. |
VARCHAR2 |
90 |
FULL_NAME_UPPERCASE |
The full name of the person. This is all uppercase, in the format "LAST-NAME, FIRST-NAME OPTIONAL-MIDDLE-NAME |
VARCHAR2 |
100 |
KRB_NAME |
Kerberos Name |
VARCHAR2 |
8 |
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 |
NAME_KNOWN_BY |
Nickname |
VARCHAR2 |
30 |
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 |
PERSONAL_URL |
The employee's personal URL. |
VARCHAR2 |
241 |
PREFERRED_FIRST_NAME |
XXX |
VARCHAR2 |
60 |
PREFERRED_FIRST_NAME_UPPER |
XXX |
VARCHAR2 |
40 |
PREFERRED_LAST_NAME |
XXX |
VARCHAR2 |
60 |
PREFERRED_LAST_NAME_UPPER |
XXX |
VARCHAR2 |
40 |
PREFERRED_MIDDLE_NAME |
XXX |
VARCHAR2 |
40 |
PRIMARY_TITLE |
A person's primary appointment title. |
VARCHAR2 |
51 |