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
Why use truncate instead of delete?
What is left join example?
What is a join query?
How do you get column names only for a table (sql server)?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
Show the two pl/sql cursor exceptions.
what is a join? : Sql dba
What is a database event trigger?
What is the difference between the implicit and explicit cursors?
What is recursive stored procedure?
How many tables can you join in sql?
What are procedures used for?
Explain mutating table error.
Why is a primary key important?
What are data types in pl sql?