Comment for Table SL_PKD_POZIOMY
Comment |
Słownik poziomów PKD |
Columns of Table SL_PKD_POZIOMY
Column ID |
Column Name |
Datatype |
Not Null |
Data Default |
Comments |
1 |
POZIOM |
NUMBER |
Y |
|
Poziom (hierarchia)- PK |
2 |
NAZWA |
VARCHAR2(128 CHAR) |
Y |
|
Nazwa poziomu |
3 |
OPIS |
VARCHAR2(1024 CHAR) |
Y |
|
Opis poziomu |
Indexes on Table SL_PKD_POZIOMY
Uniqueness |
Index Name |
Type |
Columns |
Partitions |
Partition Type |
Partition Columns |
Subpartition Type |
Subpartition Columns |
UNIQUE |
PK_SL_PKD_POZIOMY_POZIOM |
NORMAL |
POZIOM |
<none> |
|
|
|
|
UNIQUE |
UQ_SL_PKD_POZIOMY_NAZWA |
NORMAL |
NAZWA |
<none> |
|
|
|
|
PK, UK, & Check Constraints on Table SL_PKD_POZIOMY
Constraint Name |
Type |
Condition |
Status |
Columns |
NN_SL_PKD_POZIOMY_NAZWA |
Check |
"NAZWA" IS NOT NULL |
ENABLED |
NAZWA |
NN_SL_PKD_POZIOMY_OPIS |
Check |
"OPIS" IS NOT NULL |
ENABLED |
OPIS |
PK_SL_PKD_POZIOMY_POZIOM |
Primary Key |
|
ENABLED |
POZIOM |
UQ_SL_PKD_POZIOMY_NAZWA |
Unique |
|
ENABLED |
NAZWA |
Table SL_PKD_POZIOMY does not have...
Partitions |
Foreign Key Constraints |
Redaction Policies |