Columns of Table SL_BANKI
Column ID Column Name Datatype Not Null Data Default Comments
1 ID_BANKU NUMBER Y    
2 NAZWA_BANKU VARCHAR2(512 CHAR) Y    
3 NUMER_BANKU VARCHAR2(4 CHAR)     Numer banku z formacie NRB

Indexes on Table SL_BANKI
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_SL_BANKI NORMAL ID_BANKU <none>        

PK, UK, & Check Constraints on Table SL_BANKI
Constraint Name Type Condition Status Columns
NN_SL_BANKI_NAZWA_BANKU Check "NAZWA_BANKU" IS NOT NULL ENABLED NAZWA_BANKU
PK_SL_BANKI Primary Key   ENABLED ID_BANKU

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