Comment for Table KDR_PRAC_KARIERA
Comment
Dotychczasowa kariera zawodowa

Columns of Table KDR_PRAC_KARIERA
Column ID Column Name Datatype Not Null Data Default Comments
1 ID_PRAC_KARIERA NUMBER Y   ID
2 ID_PRAC NUMBER Y   ID pracownika
3 NAZWA_PRACODAWCY VARCHAR2(50 BYTE) Y   Nazwa pracodawcy
4 DATA_OD DATE Y   Obowiązuje od (data, godzina)
5 DATA_DO DATE     Obowiązuje do (data, godzina)
6 ID_PROZW NUMBER Y   id powodu rozwiazania umowy
7 DATA_DODANIA DATE   null  

Indexes on Table KDR_PRAC_KARIERA
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
NON-UNIQUE IDX_KDR_PRAC_KARIERA_PK NORMAL ID_PRAC_KARIERA <none>        
NON-UNIQUE IX_KDRPRACKARI_IDPROZW NORMAL ID_PROZW <none>        

Foreign Key Constraints on Table KDR_PRAC_KARIERA
Constraint Name Columns Ref Table Owner Referenced Table Name Referenced Columns Delete Rule Status Deferrable Deferred
FK_KDR_PRAC_KARIERA_PRAC ID_PRAC F_54 KDR_PRAC ID_PRAC NO ACTION ENABLED No No
FK_KDR_PRAC_KARIERA_PROZUM ID_PROZW F_54 KDR_SL_PROZUM ID_PROZW NO ACTION ENABLED No No

PK, UK, & Check Constraints on Table KDR_PRAC_KARIERA
Constraint Name Type Condition Status Columns
NN_KDR_PRAC_KARIERA_DATA Check "DATA_OD" IS NOT NULL ENABLED DATA_OD
NN_KDR_PRAC_KARIERA_ID Check "ID_PRAC_KARIERA" IS NOT NULL ENABLED ID_PRAC_KARIERA
NN_KDR_PRAC_KARIERA_ID_PRAC Check "ID_PRAC" IS NOT NULL ENABLED ID_PRAC
NN_KDR_PRAC_KARIERA_ID_PROZW Check "ID_PROZW" IS NOT NULL ENABLED ID_PROZW
NN_KDR_PRAC_KARIERA_NAZWA_PRA Check "NAZWA_PRACODAWCY" IS NOT NULL ENABLED NAZWA_PRACODAWCY
PK_KDR_PRAC_KARIERA Primary Key   ENABLED ID_PRAC_KARIERA

Table KDR_PRAC_KARIERA does not have...
Partitions
Redaction Policies