I want to create a trigger which deletes the rows in the table automatically after 3 months if the status is not updated.
Create Trigger to delete rows that are >90 days old
This was the reference through which I was trying to do it but could not do it. Kindly help me to figure out this.