Table slot9.WORLD.TSTA.DISPATCH_PERSON_VEHICLES
This table stores the association between vehicles and people related to a Call for Service.

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
DISPATCH_PERSON_ID number 0
DISPATCH_EVENT_PEOPLE.DISPATCH_PERSON_ID DPV_DEP_FK C
Unique ID of a person associated with a CFS event.
DISPATCH_VEHICLE_ID number 0
DISPATCH_EVENT_VEHICLES.DISPATCH_VEHICLE_ID DPV_DEV_FK C
Unique ID of a vehicle associated with a CFS event.
CREATOR_ID varchar2 100  √  null Person creating the record
CREATOR_DATE date 7  √  null Date record created
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

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"DISPATCH_PERSON_ID" IS NOT NULL DPV_DISPATCH_PERSON_ID_NN
"DISPATCH_VEHICLE_ID" IS NOT NULL DPV_DISPATCH_VEHICLE_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
DISPATCH_PERSON_ID + DISPATCH_VEHICLE_ID Primary key Asc/Asc DPV_PK
DISPATCH_PERSON_ID Performance Asc DPV_DEP_FK_I
DISPATCH_VEHICLE_ID Performance Asc DPV_DEV_FK_I

Close relationships  within of separation: