I want to create a temporary table which is tally with a table that exists in my database. Then it will give me a temporary table which includes exact column list as the actual table. I feel this would help if we need to do some changes to the data (like transaction summation) using temporary tables before insert that data into the actual table.