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

What is the use of function in sql?

0 Answers  


What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql

0 Answers  


How many triggers can be implemented for a table?

3 Answers   HSBC,


What does count (*) do in sql?

0 Answers  


What are the built in functions of sql?

0 Answers  






Authentication mechanisms in Sql Server ?

1 Answers   BirlaSoft,


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

0 Answers   TCS,


how to include comments in sql statements? : Sql dba

0 Answers  


Explain aggregate functions are available there in sql?

0 Answers  


What do you know by pl/sql cursors?

0 Answers  


What are schema-level triggers?

0 Answers  


What is the difference between the Primary and Foreign key?

7 Answers   Cap Gemini,


Categories