what is global table

Answer Posted / subhendu

Features:
1. If the TRUNCATE statement is issued against a temporary
table, only the session specific data is trucated. There is
no affect on the data of other sessions.

2. Data in temporary tables is automatically delete at the
end of the database session, even if it ends abnormally.

3. Indexes can be created on temporary tables. The content
of the index and the scope of the index is that same as the
database session.

4. Views can be created against temporary tables and
combinations of temporary and permanent tables.

5. Temporary tables can have triggers associated with them.
Export and Import utilities can be used to transfer the
table definitions, but no data rows are processed.

Is This Answer Correct ?    5 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to place comments in pl/sql?

602


How can we find duplicate records in a table?

512


What information is needed to connect sql*plus an oracle server?

585


What is implicit cursor in pl sql?

537


How do I edit a stored procedure?

552






What is column?

548


How many triggers can be applied to a table?

596


What view means?

556


does sql support programming? : Sql dba

605


What will you get by the cursor attribute sql%notfound?

590


What is group by in sql?

546


Explain isolation levels. : Transact sql

575


What is trigger in pl sql with examples?

519


when is the use of update_statistics command? : Sql dba

500


Can there be more than one function with a similar name in a pl/sql block?

543