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 |
How do I use google cloud in sql?
Is coalesce faster than isnull?
What does sign mean sql?
what are the advantages of mysql in comparison to oracle? : Sql dba
will function return more than one value how
What is meant by cursor in sql?
What is a merge query?
diff b/w function and procedure?
Is oracle and sql same?
What is an exception in PL/SQL? What are the two types of exceptions?
what is Difference between Having and Where clause?
Differentiate between pl/sql and sql?