Table slot9.WORLD.TSTA.COURT_PAPER_SERVICE_ADDRS
Table stores service addresse for people and organizations associated to a court paper.

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
CP_PARTY_ID number 0
COURT_PAPER_PARTIES.CP_PARTY_ID CPSA_CPP_FK R
Person or organization associating service address to. Foreign key to COURT_PAPER_PARTIES table.
ADDRESS_ID number 0
ADDRESSES.ADDRESS_ID CPSA_ADDR_FK R
Master indice address id for service address. Foreign key to ADDRESSES table.
IS_SERVED varchar2 1  √  'N' Y/N flag to signify the court paper was served at this address.
IS_PRIMARY varchar2 1  √  'N' Y/N flag to signify this service address is a primary address of the court paper party.
COMMENTS varchar2 2000  √  null Comment on the service address.
CREATOR_ID varchar2 100  √  null
CREATOR_DATE date 7  √  null
UPDATOR_ID varchar2 100  √  null
UPDATOR_DATE date 7  √  null
REC_ID number 0  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
IS_PRIMARY IN ('Y', 'N') CK_CPSA_PRIMARY_FLAG
IS_SERVED IN ('Y', 'N') CK_CPSA_SERVED_FLAG
"ADDRESS_ID" IS NOT NULL CPSA_ADDRESS_ID_NN
"CP_PARTY_ID" IS NOT NULL CPSA_PARTY_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
CP_PARTY_ID + ADDRESS_ID Primary key Asc/Asc CPSA_PK
ADDRESS_ID Performance Asc CPSA_ADDR_FK_I
CP_PARTY_ID Performance Asc CPSA_CPP_FK_I

Close relationships  within of separation: