I have got a table which will hold dyanamic information in it. The data in that table will not be required for more than two days. So at the end of the day, I want to remove/delete those records which are no longer valid or required. I dont want to run any external command or any other application to do this. But I want to know, can this be done through using the database feature itself like writing triggers or anything similar to that.