Table slot9.WORLD.TSTA.COURT_PAPER_OFFICERS
Table stores all officers assigned 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
OFFICER_ID number 38
OFFICERS.OFFICER_ID CPOFF_OFF1_FK R
Officer ID assigned to a court paper and foreign key to OFFICERS table.
CP_ID number 0
COURT_PAPERS.CP_ID CPOFF_CPAP_FK R
Court paper ID and foreign key to COURT_PAPERS table.
START_DATE date 7  √  null Start date of officer assignment.
END_DATE date 7  √  null End date of officer assignment.
ASGN_CMNT_ID number 0  √  null
EJS_COMMENTS.EJS_COMMENT_ID CPOFF_E_CMNT_START_FK R
Assignment comment and foreign key to EJS_COMMENTS table.
END_ASGN_CMNT_ID number 0  √  null
EJS_COMMENTS.EJS_COMMENT_ID CPOFF_E_CMNT_END_FK R
End assignment comment and foreign key to EJS_COMMENTS table.
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
CP_OFFICER_ID number 38 Sequenced Primary Key

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"CP_OFFICER_ID" IS NOT NULL CPOFF_CP_OFF_ID_NN
"CP_ID" IS NOT NULL CPOFF_CPID_NN
"OFFICER_ID" IS NOT NULL CPOFF_OFFICER_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
CP_OFFICER_ID Primary key Asc CPOFF_PK
CP_ID Performance Asc CPOFF_CPAP_FK_I
END_ASGN_CMNT_ID Performance Asc CPOFF_E_CMNT_END_FK_I
ASGN_CMNT_ID Performance Asc CPOFF_E_CMNT_START_FK_I
OFFICER_ID Performance Asc CPOFF_OFF1_FK_I

Close relationships  within of separation: