Table slot9.WORLD.TSTA.ADDRESSES_NOT_DUPLICATES
This table stores addresses 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
ADDRESS_ID number 0
ADDRESSES.ADDRESS_ID ADDNODUP_ADDR_FK R
Address Id
NOT_DUP_ADDRESS_ID number 0
ADDRESSES.ADDRESS_ID ADDNODUP_NOT_ADDR_FK R
Address 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 address 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
"ADDRESS_ID" IS NOT NULL ADDNODUP_ADDRESSID_NN
"NOT_DUP_ADDRESS_ID" IS NOT NULL ADDNODUP_NODUP_ADDRESSID_NN

Indexes:
Column(s) Type Sort Constraint Name
ADDRESS_ID + NOT_DUP_ADDRESS_ID Primary key Asc/Asc ADDNODUP_PK
ADDRESS_ID Performance Asc ADDNODUP_ADDR_FK_I
NOT_DUP_ADDRESS_ID Performance Asc ADDNODUP_NOT_ADDR_FK_I

Close relationships  within of separation: