What is the difference between local table and global table
Answer / 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 |
What is nonclustered index on computed columns?
What is the command used to check locks in microsoft sql server?
How to Handle the exceptions in Sqlsrver 2005??
How to optimize stored procedure optimization?
Which TCP/IP port does SQL Server run on?
What is the difference between online clustering and Offline clustering?
Where is localdb stored?
difference between function and procedure
3 Answers Cognizant, HCL, TCS, Theorem,
How to create an index on a view?
How many triggers you can have on a table?
how to give input dynamically to a insert statement in sqlserver
What command is used to delete a table from the database in the sql server and how?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)