What is a temp table? how to denote temp table?
Answer Posted / leena bejoy
Any table with name starting with '#' is automatically put
into tempdb database.
Temp tables allow developers to create and scan tables
within a stored procedure - and
have the tables totally isolated from all other database
connections. This is very
valuable when results need to be processed several times
within a loop, or when
a complex result set is expected (like a crosstab). Note
that temp table transactions
are logged within tempdb (exception: select into create
statements).
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Differences between clustered and non-clustered in sybase?
Explain timestemp datatype in sybase.
What do you mean by mainframe connect tool in sybase?
What do you mean by deferred update in sybase?
explain engines?
Which version of open client works with which ase in sybase?
How would you configure identities in sybase?
How would you replicate col = col + 1 in sybase?
Explain coalesce.
What is asa ultralite in sybase?
Are there any alternatives to isql in sybase?
Explain 'forcing an index' concept.
State some of the criticism about sybase iq?
Explain defncopy and it's usage?
How to start and stop sybase database in linux sap?