DIC_DOLINE_TYPE
Dictionary table which defines the terms for describing the type of doline and how it was formed.
No. |
Column name |
Data type |
Notes |
1 |
CODE |
Varchar(6) |
Primary key
|
2 |
DESCRIPTION |
Varchar(500) |
|
3 |
TRANSLATION |
Varchar(50) |
|
4 |
STATUS |
Char(1) |
|
5 |
DATE_ENTERED |
Date |
|
6 |
DATE_UPDATED |
Date |
|
Sample data (rows 1 to 7 of 7)
CODE |
DESCRIPTION |
TRANSLATION |
STATUS |
DATE_ENTERED |
DATE_UPDATED |
COMPND |
Compound |
COMPOUND |
C |
10-JUN-04 |
|
COLAPS |
Collapse |
COLLAPSE |
C |
10-JUN-04 |
|
SUFFOS |
Suffosion |
SUFFOSION |
C |
10-JUN-04 |
|
SOLUTN |
Solution |
SOLUTION |
C |
10-JUN-04 |
|
- |
Not Applicable |
Not Applicable |
C |
10-JUN-04 |
|
! |
Applicable, but try as we might, we can't find a value |
Not Available |
C |
10-JUN-04 |
|
? |
We have not assigned a value yet (and it might not be applicable). |
Not Entered |
C |
10-JUN-04 |
|