Hello all,
I need to create a table daily at the end of the day automatically. I need to write a script WHICH WOULD CREATE A TABLE and would run automatically daily at the end of day. This table is based on already existing tables.
I didn't create a view because I need to update this table after some process is done.
So , since its a table based on already existing tables I need this table to get created automatically daily at the end of the day so that it will have most recent data from those depenedent tables.
Plez let me know ASAP
Thanks
