GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  PL/SQL

 Print  |  
Question:  Temporary Tables

Answer: How to create temporary table? Give some example


March 03, 2008 12:26:28 #1
 venkat82.k   Member Since: February 2008    Total Comments: 5 

RE: Temporary Tables
 
Hi guys........
Temporary tables means which tables are hold data temporarly
i mean these holds the data certain time mainly only that session.
exp:-
  • create global temporary table employ(emp_id number(10),employ_name varchar2(20)) on commit delete/on commit preserve;
this is brief desc of temporary table okkkkkkkkkkk
any queries reanswer plsssss
     

 

Back To Question