what is global table

Answer Posted / pooja

Global temporary tables
All data stored in a global temporary table is private to
the session that has inserted (or updated) it.
Other sessions can't see this data. Global temporary tables
come in two flavors:
on commit preserve rows and on commit delete rows.
DDLs (such as drop table) on a on commit preserve rows lead
to a ORA-14452
when the session has already made a DML on the table.
Object tables

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of functions are there in sql?

502


what tools available for managing mysql server? : Sql dba

529


How do I run a script in sql developer?

489


What is relationship? How many types of relationship are there?

586


what is a composite key ? : Sql dba

597






What is record variable?

549


How to place comments in pl/sql?

602


what is a table in a database ? : Sql dba

540


What is view? Can we update view

866


What are the types of records?

526


What are the basic sql commands?

548


How do I delete a trigger?

541


Which is faster view or stored procedure?

500


Are there any features that are decommissioned in 11g that are not present in 11g?

1592


What is hibernate and its relation to sql?

591