|
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 |
CODE |
varchar2 |
30 |
|
|
|
|
|
DESCRIPTION |
varchar2 |
4000 |
√ |
|
null |
|
|
NIBRS_CODE |
varchar2 |
30 |
|
|
|
|
|
Analyzed at Mon Sep 20 21:05 MDT 2021
|
View Definition:
SELECT ncp.code, ecd.description, ncp.nibrs_code
FROM nibrs_code_ejs_mappings ncp INNER JOIN ejs_codes ecd
ON ecd.code_type = ncp.code_type AND ecd.code = ncp.code
WHERE ncp.code_type = 'VICTIM_TYPE_CODES'
Possibly Referenced Tables/Views: