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 parallel hint?

935


what is the difference between primary key and unique key? : Sql dba

708


Which operator is used in query for pattern matching?

837


How to revise and re-run the last sql command?

835


Can a foreign key be null?

809






Do stored procedures prevent sql injection?

725


How do I enable sql encryption?

715


How do I upgrade sql?

735


How many rows can sqlite handle?

780


how to increment dates by 1 in mysql? : Sql dba

724


What is the difference between execution of triggers and stored procedures?

748


What are the sql commands?

792


What are literals in sql server?

738


What is a sql schema used for?

729


What does inner join mean?

758