Comment for Table SL_FRAKCJE
Comment
słownik frakcji odpadów (frakcje maja wplyw na czestotliwosci tras)

Columns of Table SL_FRAKCJE
Column ID Column Name Datatype Not Null Data Default Comments
1 ID NUMBER Y   PK
2 NAZWA VARCHAR2(128 CHAR)     nazwa frakcji
3 OPIS VARCHAR2(256 CHAR)     dluzszy opis frakcji
4 KOLEJNOSC NUMBER(3)     Kolejność wyświetlania w zgłoszeniu.

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

PK, UK, & Check Constraints on Table SL_FRAKCJE
Constraint Name Type Condition Status Columns
NN_SL_FRAKCJE_ID Check "ID" IS NOT NULL ENABLED ID
NN_SL_FRAKCJE_NAZWA Check "NAZWA" IS NOT NULL ENABLED NAZWA
PK_SL_FRAKCJE Primary Key   ENABLED ID

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