On Fri, 2025-01-10 at 15:20 +0530, Gambhir Singh wrote:
> I got a request from my application team that they want the before image of
> selective columns when any delete occurs in DB. They will use this
> information for some audit purposes.
That looks like a job for a trigger; perhaps a statement level trigger
with a transition table.
Yours,
Laurenz Albe