Table slot9.WORLD.TSTA.SEARCH_INT_RESULTS_ACCESS
This table tracks who accessed cached results of external system searches

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
Unique id for each access
RESULT_ID number 0 FK to SEARCH_INTERFACE_RESULTS to identify the cached result accessed
ACCESS_USER varchar2 100  √  null FK to IJIS_USER_PROFILES to identify who accessed the cached result
ACCESS_DATE date 7  √  null Date/Time the user accessed the cached result
QUERY_STRING varchar2 4000  √  null Query string from the original cached result
CREATOR_ID varchar2 100  √  null
CREATOR_DATE date 7  √  null
UPDATOR_ID varchar2 100  √  null
UPDATOR_DATE date 7  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"ID" IS NOT NULL SIR_ACC_ID_NN
"RESULT_ID" IS NOT NULL SIR_ACC_RES_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
ID Primary key Asc SIR_ACC_PK
ACCESS_DATE Performance Asc SI_ACC_ACCESS_DATE_I
ACCESS_USER Performance Asc SIR_ACC_ACCESS_USER_I
RESULT_ID Performance Asc SIR_ACC_RESULT_ID_I

Close relationships: