What is Temp Table and type of temp table?



What is Temp Table and type of temp table?..

Answer / 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

More SQL PLSQL Interview Questions

Which function is used to return remainder in a division operator in sql?

0 Answers  


What is the source code of a program?

0 Answers  


What is sql dialect?

0 Answers  


What is posting?

0 Answers  


create a store procedure and created synonms for that store procedure after modify that store procedure will effect on synonms? If we delete the store procedure what happened to that synonms?

2 Answers   Polaris,






What is the use of cursor ? how cursor allocate context area for executing the sql statement?

4 Answers   HCL,


How do I edit a stored procedure?

0 Answers  


table - new_no old_no 2345 1234 3456 2345 5678 4567 output sud be -new_no 1234 2345 3456 4567 5678

2 Answers  


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

0 Answers  


How do I audit the sql sent to the server?

0 Answers  


Can we use the cursor's to create the collection in PL/SQL?

0 Answers   MCN Solutions,


What are two statement types in sql?

0 Answers  


Categories