Insert, delete, and replace rules summary
The following figure summarizes insert, delete, and replace rules by stating a desired result and then indicating the rule that can be used to obtain that result.

The following table lists the insert, delete, and replace rules and how to specify them.
| Rule | RULES= specification |
|---|---|
| physical insert rule | RULES= (P,_,_) |
| logical insert rule | RULES= (L,_,_) |
| virtual insert rule | RULES= (V,_,_) |
| physical delete rule | RULES= (_,P,_) |
| logical delete rule | RULES= (_,L,_) |
| bidirectional virtual delete rule | RULES= (_,B,_) |
| virtual delete rule | RULES= (_,V,_) |
| physical replace rule | RULES= (_,_,P) |
| logical replace rule | RULES= (_,_,L) |
| virtual replace rule | RULES= (_,_,V) |