I have a requirement to delete row from a table, after it has passed 90 days from the date it was inserted.
One way is do it writing a program which would run every day to delete the 'expired' rows.
Is there any mechanism db2 provides to do this automatically?(something similar to trigger but based duration from a row inserted)
Thanks
One way is do it writing a program which would run every day to delete the 'expired' rows.
Is there any mechanism db2 provides to do this automatically?(something similar to trigger but based duration from a row inserted)
Thanks