What is use of generating such tables? How can you create temporary tables?
When you require a table only for a short time after that you want it to disappear automatically you can go to generate a temporary table. This is extremely useful behaviour as you needn't remember to eliminate the table
Temporary tables can be created using the keyword CREATETEMPORARY TABLE