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

What is compilation error in pl sql?

504


What normalization means?

523


Determine if oracle date is on a weekend?

552


what is sql profiler? : Sql dba

583


Does sql full backup truncate logs?

527






Does sql use python?

559


What are the types of triggers in sql?

494


How to place comments in pl/sql?

602


how do you know the version of your mysql server? : Sql dba

503


give the syntax of grant and revoke commands? : Sql dba

610


What is a design view?

518


Can we perform dml in function?

592


What is the clause we need to add in function body to return variable?

538


what is the use of set statement in tsql? : Transact sql

530


What is benefit of creating memory optimized table?

537