Columns of Table USLUGI_UMOWY_WYKONAWCY
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y   PK z sekwencji sq_uslumwyk_id
2 ID_UMOWY NUMBER Y   Id umowy, FK do USLUGI_UMOWY.ID_UMOWY, not null
3 ID_ADRES_RDR NUMBER Y   Id_adres_rdr, FK do USLUGI_DZIAL_REG_WEW_ADRESY.ID_ADRES_RDR, not null
4 ID_TYP_WYKON NUMBER Y   Id_typ_wykon, FK do SL_TYP_WYKON.ID, not null
5 CZY_OBSLUGA_ZGLOSZEN VARCHAR2(1 CHAR) Y   Flaga czy dany wykonawca odpowiada za obsługę zgłoszeń (T/N), not null
6 MOD_DAT DATE      
7 MOD_USR VARCHAR2(30 BYTE)      
8 UTW_DAT DATE   SYSDATE  
9 UTW_USR VARCHAR2(30 BYTE)   USER  

Indexes on Table USLUGI_UMOWY_WYKONAWCY
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_USL_UM_WYKON NORMAL ID <none>        

Foreign Key Constraints on Table USLUGI_UMOWY_WYKONAWCY
Constraint Name Columns Ref Table Owner Referenced Table Name Referenced Columns Delete Rule Status Deferrable Deferred
FK_USL_UM_WYKON_ID_ADRES_RDR ID_ADRES_RDR F_54 USLUGI_DZIAL_REG_WEW_ADRESY ID_ADRES_RDR NO ACTION ENABLED No No
FK_USL_UM_WYKON_ID_TYP_WYKON ID_TYP_WYKON F_54 SL_TYP_WYKON ID NO ACTION ENABLED No No
FK_USL_UM_WYKON_ID_UMOWY ID_UMOWY F_54 USLUGI_UMOWY ID NO ACTION ENABLED No No

PK, UK, & Check Constraints on Table USLUGI_UMOWY_WYKONAWCY
Constraint Name Type Condition Status Columns
CH_CZY_OBSLUGA_ZGLOSZEN Check CZY_OBSLUGA_ZGLOSZEN IN ('T','N') ENABLED CZY_OBSLUGA_ZGLOSZEN
NN_USLUGI_UMOWY_WYKONAWCY_ID Check "ID" IS NOT NULL ENABLED ID
NN_USL_UM_WYKON_ADRES_RDR Check "ID_ADRES_RDR" IS NOT NULL ENABLED ID_ADRES_RDR
NN_USL_UM_WYKON_ID_UMOWY Check "ID_UMOWY" IS NOT NULL ENABLED ID_UMOWY
NN_USL_UM_WYKON_TYP_WYKON Check "ID_TYP_WYKON" IS NOT NULL ENABLED ID_TYP_WYKON
SYS_C00113207 Check "CZY_OBSLUGA_ZGLOSZEN" IS NOT NULL ENABLED CZY_OBSLUGA_ZGLOSZEN
PK_USL_UM_WYKON Primary Key   ENABLED ID

Table USLUGI_UMOWY_WYKONAWCY does not have...
Comments
Partitions
Redaction Policies