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
How many primary keys can a table have?
what is query cache in mysql? : Sql dba
Can a trigger call a stored procedure?
What is the difference between pl and sql?
What is a subquery in sql?
How do I save a sql query?
What does desc stand for?
Which one is faster ienumerable or iqueryable?
Is sql scripting language?
What is the difference between inner join and left join?
Explian rowid, rownum?
How exception handling is done in advance pl/sql?
What does the argument [or replace] do?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
What is bind variable in pl sql?