|
|
|
|
|
by dragonwriter
2420 days ago
|
|
> There's nothing wrong with having a trigger that turns deletes into updates, if that's what you want. While I wouldn't use it on base tables, a view that provides a “current” picture where deletes are updates (or even inserts of a deletion event) into a base tabl with (potentially along with others) provides a complete historical picture of the status of the data of which the view presents a current snapshot is a useful approach. |
|