ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Databases  >>  Sybase
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
What is a temp table? how to denote temp table?
 Question Submitted By :: Mj
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is a temp table? how to denote temp table?
Answer
# 1
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 ?    6 Yes 0 No
Leena Bejoy
 
  Re: What is a temp table? how to denote temp table?
Answer
# 2
temp table is a temporary table,any user can use this 
temptable,it is one of the required database
 
Is This Answer Correct ?    0 Yes 0 No
Thangaprakash.r
 
 
 
  Re: What is a temp table? how to denote temp table?
Answer
# 3
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 ?    7 Yes 0 No
Pavan
 

 
 
 
Other Sybase Interview Questions
 
  Question Asked @ Answers
 
what is the architechure of sybase ASE? ocbc1
What is a temp table? how to denote temp table? Oracle3
what means of sybase ?? and how i can use sybase data base on my computer Iam the first use it >> any help please !  1
can i gat any proper material for sybase if possible plz let me know balaji.cc1@gmail.com  2
In sybase, we can have multiple users associated to same login ,each corresponds to different databases, right? how can we login to one database with corresponding user id? ISRO1
how to do application monitoring through AutoSys? Cognizent1
Sybase system databases  1
Sybase 12.5 Database Statistics (Maximum)  1
How do you troubleshoot if your tempdb gets filled HCL7
 
For more Sybase Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com