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 |
How do I view a script in sql server?
Explain transaction server implicit?
what is Archive old data?
If we drop a table, does it also drop related objects like constraints, indexes, columns, defaults, views, and stored procedures?
Explain different types of self contained sub query?
How to enter date and time literals in ms sql server?
What is instead of trigger sql server?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
What is difference between unique and primary key?
Do you know what is openxml in sql server?
Is sql server a database?
do you know how to configure db2 side of the application? : Sql server database administration
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)