Hello,
I want to create a backup table and the name should be ending with _BKP_SYSDATE.
For example, I have a table Employee and today's date is 07_MAY_18.
And when I will create a backup table then it should create as EMPLOYEE_BKP_07MAY18.
So I want to create a script so that when anyone runs it it will create with the date.