| Constraint Name | Columns |
|---|---|
| RHN_KS_ID_PK | ID |
| Constraint Name | Columns | Referenced table | Referenced Constraint | On Delete Rule |
|---|---|---|---|---|
| RHN_KS_OID_FK | ORG_ID | WEB_CUSTOMER | WEB_CUSTOMER_ID_PK | CASCADE |

| Constraint name | Columns |
|---|---|
| RHN_KS_OID_LABEL_UQ | ORG_ID , LABEL |
| Option | Settings |
|---|---|
| Tablespace | DATA_TBS |
| Index Organized | No |
| Generated by Oracle | No |
| Clustered | No |
| Nested | No |
| Temporary | No |
| Index Name | Type | Unuqueness | Columns | DDL script |
|---|---|---|---|---|
| RHN_KS_ID_PK | NORMAL | UNIQUE | ID | DDL script |
| RHN_KS_OID_LABEL_ID_IDX | NORMAL | NONUNIQUE | ORG_ID , LABEL , ID | DDL script |
| SYS_IL0000141799C00012$$ | LOB | UNIQUE | DDL script | |
| SYS_IL0000141799C00013$$ | LOB | UNIQUE | DDL script | |
| SYS_IL0000141799C00014$$ | LOB | UNIQUE | DDL script |
Legend: comment string keyword reserved word operator
CREATE TRIGGER rhn_ks_mod_trig before insert or update on rhnKSData for each row REFERENCING NEW AS NEW OLD AS OLD begin :new.modified := sysdate; end;