Columns of Table KDR_KALK_SKLADN_TYP
Column ID Column Name Datatype Not Null Data Default Comments
1 ID_KALK_SKLADN_TYP NUMBER Y    
2 WZOR VARCHAR2(1000 BYTE) Y 0  
3 KOLEJNOSC_NALICZANIA NUMBER Y    
4 NAZWA VARCHAR2(100 BYTE) Y    
5 OPIS VARCHAR2(200 BYTE) Y    

Indexes on Table KDR_KALK_SKLADN_TYP
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
NON-UNIQUE IDX_PK_KDR_KALK_SKLADN_TYP NORMAL ID_KALK_SKLADN_TYP <none>        
UNIQUE UQ_KDR_KALK_SKLADN_TYP_NAZWA NORMAL NAZWA <none>        

PK, UK, & Check Constraints on Table KDR_KALK_SKLADN_TYP
Constraint Name Type Condition Status Columns
NN_KDR_KALK_SKLADN_TYP_KOLEJ Check "KOLEJNOSC_NALICZANIA" IS NOT NULL ENABLED KOLEJNOSC_NALICZANIA
NN_KDR_KALK_SKLADN_TYP_NAZWA Check "NAZWA" IS NOT NULL ENABLED NAZWA
NN_KDR_KALK_SKLADN_TYP_OPIS Check "OPIS" IS NOT NULL ENABLED OPIS
NN_KDR_KALK_SKLADN_TYP_WZOR Check "WZOR" IS NOT NULL ENABLED WZOR
PK_KDR_KALK_SKLADN_TYP Primary Key   ENABLED ID_KALK_SKLADN_TYP
UQ_KDR_KALK_SKLADN_TYP_NAZWA Unique   ENABLED NAZWA

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