Columns of Table ST_VAT
Column ID Column Name Datatype Not Null Data Default Comments
1 KOD_VAT CHAR(1 BYTE) Y   kod stawki VAT
2 STAWKAV NUMBER(4,2)     wartosc procentowa VAT
3 OPIS VARCHAR2(40 BYTE)     dodatkowy opis

Indexes on Table ST_VAT
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_VAT NORMAL KOD_VAT <none>        
UNIQUE UQ_ST_VAT_STAWKAV NORMAL STAWKAV <none>        

PK, UK, & Check Constraints on Table ST_VAT
Constraint Name Type Condition Status Columns
PK_VAT Primary Key   ENABLED KOD_VAT
UQ_ST_VAT_STAWKAV Unique   ENABLED STAWKAV

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