Table slot9.WORLD.TSTA.VEHICLES_NOT_DUPLICATES
This table stores vehicles that are similar but have been flagged as not duplicates so they don't accidentally get collapsed into one

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
VEHICLE_ID number 0
VEHICLES.VEHICLE_ID VEHNODUP_VEH_FK R
Vehicle Id
NOT_DUP_VEHICLE_ID number 0
VEHICLES.VEHICLE_ID VEHNODUP_NOT_VEH_FK R
Vehicle Id that has been determined to not be a duplicate and therefore should not display for the Vehicle_Id in this table.
NOT_DUP_COMMENT varchar2 4000  √  null Comment on why this vehicle is not a potential duplicate- and why it should not show up as a potential duplicate.
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

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"NOT_DUP_VEHICLE_ID" IS NOT NULL VEHNODUP_NODUP_VEHICLEID_NN
"VEHICLE_ID" IS NOT NULL VEHNODUP_VEHICLEID_NN

Indexes:
Column(s) Type Sort Constraint Name
VEHICLE_ID + NOT_DUP_VEHICLE_ID Primary key Asc/Asc VEHNODUP_PK
NOT_DUP_VEHICLE_ID Performance Asc VEHNODUP_NOT_VEH_FK_I
VEHICLE_ID Performance Asc VEHNODUP_VEH_FK_I

Close relationships  within of separation: