What is Global Temporary Table and Volatile Table?...
Volatile Table − The data inserted into a volatile table is retained only during the user session. The table and data is dropped at the end of the session. These tables are mainly used to hold the intermediate data during data transformation.
Global Temporary Table − The definition of Global Temporary table is persistent but the data in the table is deleted at the end of user session.
Comments
Post a Comment