Comment for Table SL_GRUPY_UZYTKOWNICY
Comment
Słownik grup użytkowników

Columns of Table SL_GRUPY_UZYTKOWNICY
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y   PK, id z sekwencji SQ_sl_grupy_uzytkownicy
2 NAZWA_GRUPY VARCHAR2(30 BYTE) Y   Nazwa grupy

Indexes on Table SL_GRUPY_UZYTKOWNICY
Uniqueness Index Name Type Columns Partitions Partition Type Partition Columns Subpartition Type Subpartition Columns
UNIQUE PK_SL_GRUPY_UZYTKOWNICY_ID NORMAL ID <none>        
UNIQUE UQ_SL_GRUPY_UZYTKOWNICY_NAZWA NORMAL NAZWA_GRUPY <none>        

PK, UK, & Check Constraints on Table SL_GRUPY_UZYTKOWNICY
Constraint Name Type Condition Status Columns
NN_SL_GRUPY_UZYTKOWNICY_NAZWA Check "NAZWA_GRUPY" IS NOT NULL ENABLED NAZWA_GRUPY
PK_SL_GRUPY_UZYTKOWNICY_ID Primary Key   ENABLED ID
UQ_SL_GRUPY_UZYTKOWNICY_NAZWA Unique   ENABLED NAZWA_GRUPY

Table SL_GRUPY_UZYTKOWNICY does not have...
Partitions
Foreign Key Constraints
Redaction Policies