_________is a table that is currently being modified by an update, delete, or insert statement

Options
- Object tables
- index-organized tables
- Mutating table
- USER_tables


CORRECT ANSWER : Mutating table

Discussion Board
Mutating Table

Mutating table is a table that is currently being modified by an update, delete, or insert statement. It is a table that might need to be updated by the effects of a declarative DELETE CASCADE referential integrity constraint. The restrictions on such a table apply only to the session that issued the statement in progress.

Prajakta Pandit 02-22-2017 06:35 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement