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

Does sql use python?

559


What are the indexing methods?

571


How can a pl sql block be executed?

528


Explain polymorphism in pl/sql.

639


What is a variable in sql?

511






What are tables and fields?

587


What makes a good primary key?

519


Why do we use cursors?

509


what is an extent ? : Sql dba

582


What are the different ways to optimize a sql query?

484


Why indexing is needed?

516


explain what is mysql? : Sql dba

598


What is the purpose of using pl/sql?

663


Which command is used to delete a package?

577


Does sql*plus also have a pl/sql engine?

558