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 2nf normalization form?
Explain the database you used in your final year project?
What is service broker? : sql server database administration
What are the operating modes in which database mirroring runs?
How to replace the Query Result 'Null Value' with a text ?
how to find number of columns in a table in sql server 2000 and 2005 also
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
What is resultset concur_updatable?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
how to find out the repeated value from table using groupby function?
how to avoid cursors? : Sql server database administration
List the ways in which dynamic sql can be executed?