Answer Posted / rk
Global temporary tables are distinct within SQL sessions.
The basic syntax is:
CREATE GLOBAL TEMPORARY TABLE table_name ( ...);
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what is the difference between cluster and non cluster index? : Sql dba
what are integrity rules?
What is multiple columns?
what are the features and advantages of object-oriented programming? : Sql dba
Which are the different character-manipulation functions in sql?
what is the use of friend function? : Sql dba
How do you add a column to a table?
What is string data type in sql?
What is the maximum number of triggers, you can apply on a single table?
How do I pipe the output of one isql to another?
what is oracle database ? : Sql dba
How does sql profiler work?
Can we use join in subquery?
How do I add a primary key to a table?
What is pl/sql table? Why is it used?