Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are Global Temporary tables

Answer Posted / subbu

Global temporary tables belongs to that session only

create global temporary table test_gbl
( l_number_no number,
l_char_vc varchar2(100)
) [on commit delete rows]

ON COMMIT DELETE ROWS:- It's a default one
If any commit will issued that total data of a table will
losses. But table is exit

To overcome this we have option
ON COMMIT PRESERVE ROWS:-
means, If commit will issue the data of a table willn't loss
up to end of the session. Is session ends the data will losses.

Regards
Subbu

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

1149


How do I run a pl sql procedure in sql developer?

1022


What is the difference between clustered and non-clustered index in sql?

1067


Is ms sql traffic encrypted?

962


Is sql a oracle?

1022


How do I get sql certification?

1017


What are different functions in sql?

998


How do I truncate a word?

1163


How do I make my sql query run faster?

1018


What do you mean by stored procedures?

1071


What are instead of triggers?

1101


Is mariadb a nosql database?

1102


How much does sql certification cost?

1142


How do you drop a trigger?

1037


What are the main features of cursor?

1108