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
Explain the difference between numeric and decimal data types in sybase.
When are stored procedures compiled in sybase?
Explain relationship between jdbc and sybase.
When should I execute an sp_recompile in sybase?
How do check the current running processes?
What is ceiling()?
How can set the multipal database ?
How to manually drop a table in sybase?
How to view the log files in sybase?
Is sybase owned by sap?
How do I configure identities in sybase?
How do you check database space? What measures are there to increase the db space?
What mandatory options are required for bcp command utility?
Why place tempdb and log on low numbered devices?
List different types of locks in sybase?