MITID DB ACTIVE Table
View exposing active MIT ID database records including MIT ID, names, creation date, and warehouse load date.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
CREATION_DATE |
Date associated with creation. |
DATE |
|
FIRST_NAME |
First name associated with the person. |
VARCHAR2 |
40 |
FULL_NAME |
Full name associated with the person. |
VARCHAR2 |
90 |
LAST_NAME |
Last name associated with the person. |
VARCHAR2 |
40 |
MIDDLE_NAME |
Middle name associated with the person. |
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 |
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |