Table slot9.WORLD.TSTA.CRIMINAL_COMPLAINT_ARRESTS
This table stores arrest associations to criminal complaint records.

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
ID number 0
COURT_CASE_DELETE.ID Implied Constraint R
PK - Unique identifier for each criminal complaint arrest record.
CRIMINAL_COMPLAINT_ID number 0
CRIMINAL_COMPLAINTS.ID CCARRS_CRMCMP_FK R
FK to criminal_complaints table. Identify the criminal complaint record for association.
ARR_ARREST_ID number 0
ARRESTS.ARREST_ID CCARRS_ARR_FK R
FK to arrests table. Identify the arrest record for association.
PRIMARY_FLAG varchar2 1 'N' Y/N flag indicates if the criminal complaint was created from this arrest.
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
"ARR_ARREST_ID" IS NOT NULL CCARRS_ARR_ID_NN
"CRIMINAL_COMPLAINT_ID" IS NOT NULL CCARRS_COMP_ID_NN
"ID" IS NOT NULL CCARRS_ID_NN
"PRIMARY_FLAG" IS NOT NULL CCARRS_PRIMARY_NN
PRIMARY_FLAG IN ( 'Y' , 'N' ) CK_CCARRS_PRIMARY_FLAG

Indexes:
Column(s) Type Sort Constraint Name
ID Primary key Asc CCARRS_PK
ARR_ARREST_ID Performance Asc CCARRS_ARR_FK_I
CRIMINAL_COMPLAINT_ID Performance Asc CCARRS_CRMCMP_FK_I

Close relationships  within of separation: