|
|
| 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 |
| ASSIGNMENT_ID |
number |
0 |
|
|
|
|
|
| VEHICLE_ID |
number |
0 |
|
|
|
|
|
| ASSIGN_START_DATE |
date |
7 |
√ |
|
null |
|
|
| ASSIGN_END_DATE |
date |
7 |
√ |
|
null |
|
|
| COMMENTS |
varchar2 |
255 |
√ |
|
null |
|
|
| START_MILEAGE |
number |
0 |
√ |
|
null |
|
|
| END_MILEAGE |
number |
0 |
√ |
|
null |
|
|
| ODL_ASSIGNMENT_ID |
number |
0 |
√ |
|
null |
|
|
Analyzed at Mon Sep 20 21:05 MDT 2021
|
View Definition:
SELECT
DVA.ASSIGNMENT_ID,
DVA.VEHICLE_ID,
DVA.ASSIGN_START_DATE,
DVA.ASSIGN_END_DATE,
DVA.COMMENTS,
DVA.START_MILEAGE,
DVA.END_MILEAGE,
DVA.ODL_ASSIGNMENT_ID
FROM DV_ASSIGNMENTS DVA
Possibly Referenced Tables/Views: