Columns of Table PRZELEWY_PASKI
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y    
2 ID_PASKA NUMBER Y    
3 ID_PRZ NUMBER Y    
4 TYP_ROR VARCHAR2(32 CHAR) Y    
5 WART_ZAP NUMBER Y    

Indexes on Table PRZELEWY_PASKI
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_PRZELEWY_PASKI NORMAL ID <none>        
UNIQUE UQ_PRZELEWY_PASKI_PASEK_PRZ NORMAL ID_PASKA, ID_PRZ <none>        

PK, UK, & Check Constraints on Table PRZELEWY_PASKI
Constraint Name Type Condition Status Columns
CH_PRZELEWY_PASKI_TYP_ROR Check typ_ror in ('ror1','ror2','ror3','ror4','ror5') ENABLED TYP_ROR
NN_PRZELEWY_PASKI_ID_PASKA Check "ID_PASKA" IS NOT NULL ENABLED ID_PASKA
NN_PRZELEWY_PASKI_ID_PRZ Check "ID_PRZ" IS NOT NULL ENABLED ID_PRZ
NN_PRZELEWY_PASKI_TYP_ROR Check "TYP_ROR" IS NOT NULL ENABLED TYP_ROR
NN_PRZELEWY_PASKI_WART_ZAP Check "WART_ZAP" IS NOT NULL ENABLED WART_ZAP
PK_PRZELEWY_PASKI Primary Key   ENABLED ID
UQ_PRZELEWY_PASKI_PASEK_PRZ Unique   ENABLED ID_PASKA, ID_PRZ

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