What is Temp Table and type of temp table?

Answer Posted / shwetha n k

GLOBAL TEMPORARY TABLES in Oracle are tables that are created distinct within the Oracle sessions.
Oracle support two types of temporary tables.
•Global Temporary Tables : Available since Oracle 8i and subject of this article.
•Private Temporary Tables : Available since Oracle 18c. Discussed here.
you can create GTT table with on commit delete rows or on commit preserved rows.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how is exception handling handled in mysql? : Sql dba

769


What does truncate mean in sql?

720


What is string join?

746


What is varchar data type in sql?

715


What is delimiter sql?

704






what is uncommittable transactions? : Transact sql

752


what is the difference between cluster and non cluster index? : Sql dba

730


What is #table in sql?

706


How global cursor can be declare with dynamic trigger ?

1945


What is the difference between microsoft access and sql?

725


What is procedure and function?

682


What is a nested table in word?

705


Can instead of triggers be used to fire once for each statement on a view?

712


What are the triggers associated with image items?

794


Which table is left in join?

693