EMPLOYEE DIRECTORY Table
View exposing employee directory records including employee contact and organizational attributes used for directory reporting and lookup.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
DEPARTMENT_NAME |
Department name associated with the record. |
VARCHAR2 |
100 |
DEPARTMENT_NUMBER |
Department number associated with the record. |
VARCHAR2 |
6 |
DIRECTORY_FULL_NAME |
Directory full name associated with the record. |
VARCHAR2 |
85 |
DIRECTORY_TITLE |
Directory title associated with the record. |
VARCHAR2 |
50 |
EMAIL_ADDRESS |
Email address associated with the record. |
VARCHAR2 |
100 |
EMAIL_ADDRESS_UPPERCASE |
Email address uppercase associated with the record. |
VARCHAR2 |
100 |
FIRST_NAME |
First name associated with the record. |
VARCHAR2 |
40 |
FULL_NAME |
Full name associated with the record. |
VARCHAR2 |
100 |
FULL_NAME_UPPERCASE |
Full name uppercase associated with the record. |
VARCHAR2 |
100 |
KRB_NAME |
Krb name associated with the record. |
VARCHAR2 |
8 |
KRB_NAME_UPPERCASE |
Krb name uppercase associated with the record. |
VARCHAR2 |
8 |
LAST_NAME |
Last name associated with the record. |
VARCHAR2 |
40 |
MIDDLE_NAME |
Middle name 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 |
NAME_KNOWN_BY |
Name known by associated with the record. |
VARCHAR2 |
40 |
OFFICE_LOCATION |
Office location associated with the record. |
VARCHAR2 |
40 |
OFFICE_PHONE |
Office phone associated with the record. |
VARCHAR2 |
15 |
PERSONAL_URL |
Personal url associated with the record. |
VARCHAR2 |
150 |
PREFERRED_FIRST_NAME |
Preferred first name associated with the record. |
VARCHAR2 |
40 |
PREFERRED_FIRST_NAME_UPPER |
Preferred first name upper associated with the record. |
VARCHAR2 |
40 |
PREFERRED_LAST_NAME |
Preferred last name associated with the record. |
VARCHAR2 |
40 |
PREFERRED_LAST_NAME_UPPER |
Preferred last name upper associated with the record. |
VARCHAR2 |
40 |
PREFERRED_MIDDLE_NAME |
Preferred middle name associated with the record. |
VARCHAR2 |
40 |
PRIMARY_TITLE |
Primary title associated with the record. |
VARCHAR2 |
50 |