Answer Posted / naresh reddy
The statement to create a global temporary table (GTT) is similar to the definition of an ordinary table with the addition of the keywords GLOBAL TEMPORARY. In the clause ON COMMIT, you specify if a table is bound to a transaction (DELETE ROWS) or to a session
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to use case expression? : Sql dba
What is indexing oracle sql?
How do I upgrade sql?
What is an oracle stored procedure?
how to enter binary numbers in sql statements? : Sql dba
How to add new employee details in an employee_details table with the following details
What is an index in sql with example?
How would you convert date into julian date format?
Why do we use procedures in sql?
How many types of indexes are there in sql?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is minus?
What is Materialized View? In What Scenario we Use Materialized View?
Which is faster subquery or join?
Is sql scripting language?