Columns of Table DEK_WZORCE_SL_MAPER
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y    
2 TABELA VARCHAR2(30 CHAR)      
3 KOLUMNA VARCHAR2(30 CHAR)      
4 SKROT VARCHAR2(128 CHAR) Y    
5 OPIS VARCHAR2(2000 CHAR) Y    

Indexes on Table DEK_WZORCE_SL_MAPER
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_DEK_WZORCE_SL_MAPER NORMAL ID <none>        
UNIQUE UQ_DEK_WZORCE_SL_MAPER_SKROT NORMAL SKROT <none>        
UNIQUE UQ_DEK_WZOR_SL_MAPER_TAB_KOL NORMAL TABELA, KOLUMNA <none>        

PK, UK, & Check Constraints on Table DEK_WZORCE_SL_MAPER
Constraint Name Type Condition Status Columns
CH_DEK_WZOR_SL_MAPER_TAB_KOL Check (tabela is null and kolumna is null) or (tabela is not null and kolumna is not null) ENABLED KOLUMNA, TABELA
NN_DEK_WZORCE_SL_MAPER_OPIS Check "OPIS" IS NOT NULL ENABLED OPIS
NN_DEK_WZORCE_SL_MAPER_SKROT Check "SKROT" IS NOT NULL ENABLED SKROT
PK_DEK_WZORCE_SL_MAPER Primary Key   ENABLED ID
UQ_DEK_WZORCE_SL_MAPER_SKROT Unique   ENABLED SKROT
UQ_DEK_WZOR_SL_MAPER_TAB_KOL Unique   ENABLED TABELA, KOLUMNA

Table DEK_WZORCE_SL_MAPER does not have...
Comments
Partitions
Foreign Key Constraints
Redaction Policies