How to Create a table in postgreSql which will automatically delete its records after 3 months of created date?
I have a requirement to insert new records and delete this record 3 months after created date. I will create a new table. I want that query will create the table as well as auto delete the records which are…