|
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 |
INC_INCIDENT_ID |
number |
0 |
|
|
|
|
|
SUPP_SEQ |
number |
0 |
|
|
|
|
|
APPROVAL_DATE |
date |
7 |
√ |
|
null |
|
|
NOTE_ID |
number |
0 |
|
|
|
|
|
NARRATIVE_NUMBER |
number |
0 |
|
|
|
|
|
NARRATIVE |
clob |
4000 |
√ |
|
null |
|
|
Analyzed at Mon Sep 20 21:05 MDT 2021
|
View Definition:
SELECT incsup.inc_incident_id,
incsup.supp_seq,
incsup.approval_date,
isn.note_id,
isn.narrative_number,
ejsn.narrative
FROM incident_supplements incsup,
inc_supp_narratives isn,
ejs_notes ejsn
WHERE isn.incident_id = incsup.inc_incident_id
AND isn.supp_seq = incsup.supp_seq
AND ejsn.note_id = isn.note_id
Possibly Referenced Tables/Views: