Columns of Table KDR_SL_EWIDENCJE
Column ID Column Name Datatype Not Null Data Default Comments
1 ID_EWIDENCJI NUMBER Y   id
2 SKROT VARCHAR2(20 BYTE)     identyfikator ewidencji (w przypadku dodawania przez uzytkownika powinien miec automatyczna wartosc np.Uxxx)
3 NAZWA VARCHAR2(50 BYTE)     Nazwa ewidencji

Indexes on Table KDR_SL_EWIDENCJE
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_KDR_SL_EWIDENCJE NORMAL ID_EWIDENCJI <none>        
UNIQUE UQ_KDR_SL_EWIDENCJE_NAZWA NORMAL NAZWA <none>        
UNIQUE UQ_KDR_SL_EWIDENCJE_SKROT NORMAL SKROT <none>        

PK, UK, & Check Constraints on Table KDR_SL_EWIDENCJE
Constraint Name Type Condition Status Columns
PK_KDR_SL_EWIDENCJE Primary Key   ENABLED ID_EWIDENCJI
UQ_KDR_SL_EWIDENCJE_NAZWA Unique   ENABLED NAZWA
UQ_KDR_SL_EWIDENCJE_SKROT Unique   ENABLED SKROT

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