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
Is there any restriction on the use of union in embedded sql?
Does sql support programming?
What are the types of index in sql?
how to use like conditions? : Sql dba
what is meant by urlencode and urldocode? : Sql dba
What is the use of pl/sql table?
What does the acronym acid stand for in database management?
What is the difference between rename and alias?
what happens if null values are involved in expressions? : Sql dba
What is your daily office routine?
Define commit?
How do I truncate a sql log file?
What is the maximum database size for sql express?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
How do you optimize a stored procedure in sql?