Table slot9.WORLD.TSTA.DISPATCH_PERSON_MISC_IDS
This table stores identification information about people involved with an event, such as drivers license #s .

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
MISC_ID_KEY number 0 Unique key for each person/misc ID record.
DISPATCH_PERSON_ID number 0
DISPATCH_EVENT_PEOPLE.DISPATCH_PERSON_ID DEPMID_DEP_FK C
Unique identifier for the associated person involved with the event.
MISC_ID_VALUE varchar2 30 Identification number or value.
MISC_ID_CODE varchar2 30  √  null
MISC_ID_CODES.MISC_ID_CODE DEPMID_MISC_CD_FK R
Code for the type of identification number.
COUNTRY_CODE varchar2 30  √  null
EJS_CODES.CODE DEPMID_CNTRY_EJS_CODES_FK R
Code for the country that issued the ID.
COUNTRY_CODE_TYPE varchar2 30  √  null
EJS_CODES.CODE_TYPE DEPMID_CNTRY_EJS_CODES_FK R
EJS_CODES Code type for country codes.
STATE_CODE varchar2 30  √  null
EJS_CODES.CODE DEPMID_STATE_EJS_CODES_FK R
Code for the state that issued the ID.
STATE_CODE_TYPE varchar2 30  √  null
EJS_CODES.CODE_TYPE DEPMID_STATE_EJS_CODES_FK R
EJS_CODES Code type for state codes.
ISSUE_DATE date 7  √  null Date ID was issued.
EXPIRATION_DATE date 7  √  null Date ID expires.
DATE_OF_INFO date 7  √  null Date ID information was obtained.
CREATOR_ID varchar2 100  √  null Person creating the record.
CREATOR_DATE date 7  √  null Date of record creation.
UPDATOR_ID varchar2 100  √  null Person who last updated the record.
UPDATOR_DATE date 7  √  null Date of last update.
REC_ID number 0  √  null Numeric ID of this record across the entire schema.

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"DISPATCH_PERSON_ID" IS NOT NULL DEPMID_DISP_PERSON_ID_NN
"MISC_ID_KEY" IS NOT NULL DEPMID_MISC_ID_KEY_NN
"MISC_ID_VALUE" IS NOT NULL DEPMID_MISC_ID_VALUE_NN

Indexes:
Column(s) Type Sort Constraint Name
MISC_ID_KEY Primary key Asc DEPMID_PK
COUNTRY_CODE_TYPE + COUNTRY_CODE Performance Asc/Asc DEPMID_CNTRY_EJS_CODES_FK_I
DISPATCH_PERSON_ID Performance Asc DEPMID_DEP_FK_I
MISC_ID_CODE Performance Asc DEPMID_MISC_CD_FK_I
DISPATCH_PERSON_ID + MISC_ID_VALUE Performance Asc/Asc DEPMID_PERMISCIDS_I
STATE_CODE_TYPE + STATE_CODE Performance Asc/Asc DEPMID_STATE_EJS_CODES_FK_I
MISC_ID_VALUE + MISC_ID_CODE Performance Asc/Asc DEPMID_VALUE_CODE_I

Close relationships  within of separation: