|
|
| 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 |
| PARENT_INC_CASE_ID |
number |
0 |
√ |
|
null |
|
|
| INC_CASE_ID |
number |
0 |
√ |
|
null |
|
|
| ICX_COMMENT |
varchar2 |
255 |
√ |
|
null |
|
|
Analyzed at Mon Sep 20 21:05 MDT 2021
|
View Definition:
SELECT
PARENT_INC_CASE_ID
,INC_CASE_ID
,ICX_COMMENT
FROM INC_CASE_XREFS
UNION
SELECT
INC_CASE_ID
,PARENT_INC_CASE_ID
,ICX_COMMENT
FROM INC_CASE_XREFS
Possibly Referenced Tables/Views: