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


Please Help Members By Posting Answers For Below Questions

List similarities and differences between oracle & sybase.

530


How do I create a partitioned table that spans multiple devices in sybase?

391


Explain index covering? List its merits.

500


How to implement if-then-else in a select clause in sybase?

430


What is the default table size in sybase?

472






What is the use of 'with check' option in views?

480


How can set the multipal database ?

2456


How do I open a sybase database?

451


What are the operating systems in which sybase could take its presence?

478


What is replication server?

526


What is replication in sybase?

458


How to find the time taken for rollback of the processed?

519


What is isql in sybase?

482


Is sybase sql?

468


Explain the advantages of data integration suite in sybase.

462