Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse MITID DB PERSON Table


View exposing MIT ID database person records including identifiers, names, source assignment, creation and modification dates, obsolete indicators, and Social-Security-number presence indicators.


Field Name

Description

Data Type

Length

ASSIGNED_SOURCE

Assigned source associated with the record.

VARCHAR2

30

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

HAS_DUPLICATE_SSN

Indicator identifying whether duplicate ssn (Y/N).

VARCHAR2

1

HAS_SSN

Indicator identifying whether ssn (Y/N).

VARCHAR2

1

IS_OBSOLETE

Indicator identifying whether obsolete (Y/N).

VARCHAR2

1

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

MODIFICATION_DATE

Date associated with modification.

DATE

OBSOLETE_DATE

Date associated with obsolete.

DATE

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE