| 3. |
Which statement correctly describes an Oracle global temporary table?
Please select the best answer.
|
| |
A.
|
Its definition persists in the database, while its rows are private to a transaction or session according to the ON COMMIT clause. |
| |
B.
|
The table definition is automatically dropped whenever a transaction commits. |
| |
C.
|
Rows inserted by one session are immediately visible to every other session using the table. |
| |
D.
|
A global temporary table cannot have an index. |