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 is the difference between local table and global table

Answer Posted / radha

A local temporary table exists only for the duration of a
connection or, if defined inside a compound statement, for
the duration of the compound statement.

A global temporary table remains in the database
permanently, but the rows exist only within a given
connection. When connection is closed, the data in the
global temporary table disappears. However, the table
definition remains with the database for access when
database is opened next time.

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I tell if sql server is 32 or 64 bit?

1012


How to find which stored procedure is currently running in sql server?

1042


What language is sql server written in?

1079


How do you delete a trigger?

1033


Define synonym?

1222


What is explicit cursors?

1123


What is a result set object returned by mssql_query()?

1229


What is bcp? When does it use?

988


What are database states in ms sql server?

1243


How to retrieve field values using mssql_result()?

1414


What is the difference between a clustered index and a non-clustered index?

1057


What are the different types of normalization?

1221


What is bulkcopy in sql?

998


What structure can you implement for the database to speed up table reads?

1235


how you can configure a running aggregate in SSRS?

199