I need to create backup of a table every 15 mints. or so for few days. is there a a way I can create the table name with date & time stamp included in TableName.

Create Table EmpDate1Time1 as select & from EMP;

Create Table EmpDate2Time2 as select & from EMP;

etc. etc.


How I can do something of this kind?