What is a temp table? how to denote temp table?
Answer Posted / pavan
Hi, This answer is with respect Sybase ASE database
# temp-table
A temp table is created with a prefix of #. These are
session specific. That means if user-1 creates some temp
tables with #<some name> and logs out and then logs-in into
the database, he will not be able to see the #<table> which
he created.
Shareable temp-table
In turn, if the user creates tables in tempdb without
any "#" , then the table becomes shareable temp table.
These will remain in tempdb till the ASE is rebooted. If
the user logs-out and then logs-in , even in second
sessioin he can still access these table.
- Pavan
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Explain the features of sybase.
Are you doing the updates from within a cursor?
Explain defncopy and it's usage?
For synchronizing the logins from lower version to higher version, just take the 11.9.2 syslogins structure, go to 12.5 higher version server?
State some of the criticism about sybase iq?
Can I run any transact-sql command on a partitioned table in sybase?
Differentiate between db-lib and ct-lib?
How to check database size in sybase iq?
Explanation about replication server software?
What are the operating systems in which sybase could take its presence?
Explain procedure cache and data cache in sybase.
How to pad with leading zeros an int or smallint in sybase?
How do I create a partitioned table that spans multiple devices in sybase?
Explain update statistics.
Is sybase a database? Explain.