| |
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 | |