Mandatory. Default= Always apply rule (ADD)
Specify database operation when the rule is to be performed.
Allowable values are:
Always apply rule (ADD) | Rule is always evaluated when information is added (inserted) to the database. |
|---|---|
Apply when column is used (ADDUSE) | Rule is only evaluated when the column is actually specified in the INSERT command being executed. |
Never apply rule | Do not apply rule when inserting to the table. |
Mandatory. Default= Always apply rule (CHG)
Specify database operation when the rule is to be performed.
Allowable values are:
Always apply rule (CHG) | Rule is always evaluated when information is changed (updated) in the database. |
|---|---|
Apply when column is used (CHGUSE ) | Rule is only evaluated when the column is actually specified in the UPDATE command being executed. |
Never apply rule | Do not apply rule when updating the table. |
Mandatory. Default= Never apply rule
Specify database operation when the rule is to be performed.
Allowable values are:
Always apply rule (DLT) | Rule is always evaluated when information is deleted (removed) from the database. |
|---|---|
Never apply rule | Do not apply rule when deleting from the table. |