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 pl sql collection?
How do I save the results of sql query in a file?
What are the built in functions of sql?
Is mariadb a nosql database?
What is the difference between union and union all command?
Can we use ddl statements in stored procedure?
Can we insert data into materialized view?
How do I delete a trigger?
is it possible to pass an object or table to a procedure as an argument?
What is use of term?
Can we use joins in subquery?
What are predefined functions in sql?
What is the maximum number of rows in sql table?
How to get list of all tables from a database?
What are types of joins?